Hello everybody,
I’m new to using Umbraco CMS and have a question about XPath queries. I’m encountering unknown errors, such as not being able to use $root// to search for an element in descendant documents for use in a multi-node tree picker.
Does anyone have any notes or advice on how to use this feature? I would really appreciate it!
home (Document Type)
└── blogs (Document Type with view )
└── blogItem (Document Type with view)
└── categories (Document Type)
└── categoryItem (Document Type)
When I use $root//categories, it doesn’t work. In the network inspector, it retrieves the first categoryItem instead of categories.
latest umbraco (13+)