I have some News Items in a Repository where I what to get all News by Country (string[]) And Department (string[]) parameters (both).
But I also want all News Items from the Repository index by Country and where Department is not set (null, empty string) and by Department where Country is not set (null, empty string)
how is that possible?
Can I write my own Macro to match "nothing" or is there a trick with a Constant value?
Developer forum
Repository Query - matching nothing/empty string/null etc
Replies
You must be logged in to post in the forum