I'm trying to modify a query that searches for all media items of a single document type under a folder to return all media items that are one of two document types. Pretty sure this is very simple and I'm just missing something, but could anyone help?
TypedMediaAtRoot
Hi,
I'm trying to modify a query that searches for all media items of a single document type under a folder to return all media items that are one of two document types. Pretty sure this is very simple and I'm just missing something, but could anyone help?
Existing query:
I assumed I could do one of the following but neither are correct:
or
Hi Adrian,
You could try this:
Hi
That wouldn't solve the problem, I'd still need an or clause inside Descendants()
Hi,
This should work:
That's worked perfectly, thank you for your help.
is working on a reply...