Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. query:./ancestor-or-self::*[@@templatename='Website']/Sitedata/Facets
  2.  
  3. query:./ancestor-or-self::*[@@templatename='Website']/Sitedata/Facets|/sitecore/content
  4. // yields only 1st root, the query, content-root isn't there.
  5. datasource=query:./ancestor-or-self::*[@@templatename='Website']/Sitedata/Facets|/sitecore/content
  6. // yields 2nd root correctly, 1st root defaults to /sitecore root
  7. datasource=query:./ancestor-or-self::*[@@templatename='Website']/Sitedata/Facets|datasource=/sitecore/content
  8. // both roots are now defaulting to /sitecore root
  9. datasource=query:./ancestor-or-self::*[@@templatename='Website']/Sitedata/Facets|datasource=query:/sitecore/content
  10. // again both roots now /sitecore root
  11. query:./ancestor-or-self::*[@@templatename='Website']/Sitedata/Facets|query:/sitecore/content
  12. // yields nothing, no roots shown, completely empty field in content-editor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement