cosmocode / dokuwiki-plugin-struct

A new structured data plugin
https://www.dokuwiki.org/plugin:struct
GNU General Public License v2.0
40 stars 40 forks source link

Don't search subnamespaces for autcomplete in Page type #287

Open iainhallam opened 7 years ago

iainhallam commented 7 years ago

I have several pages in a hierarchy called the same thing, and when filling in a page field that searches that namespace, I'd like to be able to restrict the search to the top level only. Either an extra option on the page type, or a syntax for the namespace that restricts this would be great. I note that in the assignments admin page, :** means a namespace and its children, while :* means the namespace but no children.

annda commented 10 months ago

This will probably be fixed as soon as #685 is merged.

annda commented 10 months ago

@iainhallam I understand this is a duplicate request of later #622, which has now been implemented.

Please close the issue if you can use the newly introduced filter regex to solve your case.