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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -