Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude namespaces from search #196

Open
cjohnsonuk opened this issue May 18, 2016 · 1 comment
Open

exclude namespaces from search #196

cjohnsonuk opened this issue May 18, 2016 · 1 comment

Comments

@cjohnsonuk
Copy link

I have some ---- dataentries ---- in my templates in my :templates: namespace that I don't want to appear in the lists returned by datatable and datalist.

Is it possible to filter on either absolute namespaces eg :template , or an expression to match a namespace, eg any template subname namespace in any client namespace something like /client:(.*):template:/

or to say only search from this namespace and below (eg only find chapters (filter : PageType=Chapter ) from the current client namespace and below. to find only the chapters related to that client?

@Klap-in
Copy link
Collaborator

Klap-in commented May 18, 2016

You could use this filter:
filter : %pageid% ~ yournamespace:* # only pages from the "yournamespace" namespace

edit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants