Can categories and tags be used in a SortExpression?
In the documents list widget->advanced->controldefinition->views->MasterXView
There's a filter and sort expression, and we seem to be able to (quite easily) filter and sort...however we very very much want to filter by TAXONIDs in there as well as the options set in the designer aren't always the logic we want (mix of ANDs and ORs, not configurable)
Doable?
Hey Steve,
We often filter by taxonid by doing this: Visible = true AND Status = Live AND MyCustomFieldName.Contains("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx")
Where the xxxx are the actual ID of the Taxon you need to filter by. Is that what you're looking for?
Hmm, I think that's it! :)
Thanks much!