Description
The syntax of all search macros has changed from 1.2. [[PageList()]], [[TitleSearch()]], and [[FullSearch()]] used to allow regular expression in 1.2, but require a regular expression modifier regex: (or shortcut r:) before the search term.
For more information on the new search syntax see HelpOnSearching.
Example
1.2 syntax: [[PageList(Help.+)]]
1.3 syntax: [[PageList(regex:Help.+)]]
Details
MoinMoin Version |
1.3 |
Workaround
Add regex: to all search macros that used regular expressions.
Discussion
This is not a bug but migration problem.
Plan
Check if this change is documented in the migration docs.
- Priority:
- Assigned to:
- Status: ancient