sitecore8 - Sitecore fast query is not returning results from master db while Sitecore query is returning results -


i'm using sitecore fast query results. i'm not getting results if use query in master db, tried running in xpath viewer well. results sitecore query. same fast query works against web database.

fast://#sitecore#/#content#/#something#/#something#/#au#/#website#/ancestor-or-self::*[@@templateid='{463d7680-bf52-49df-b7d5-88e97416a1fa}']/configuration/navigation/footer bottom right/* 

instead of ancestor-or-self:: use //* :

fast://#sitecore#/#content#/#something#/#something#/#au#/#website#//*[@@templateid='{463d7680-bf52-49df-b7d5-88e97416a1fa}']/configuration/navigation/footer bottom right/* 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -