4 users online. Create an account or sign in to join them.Users
Datasource Regex filtering
This is an open discussion with 3 replies, filed under Troubleshooting.
Search
Looks like navigation data sources don't support regex or negation. Looks like you'll have to filter these out in your XSLT.
regex filters are not supported in navigation datasources, see /symphony/lib/toolkit/datasource.navigation.php. I usually filter hidden pages in the XSL because I don't find the overhead to be too expensive.
I suppose I could do it that way...
I just have a lot of hidden pages that's all. Maybe this should be requested to be added?
Create an account or sign in to comment.
How can I filter out hidden pages in the system navigation datasource? I thought I could do
not-regexp:now, but it throws an error.