Description
Related to MoinMoinBugs/TitleSearchDoesNotWorkWhenPageNameIsLowerCaseCharactersOneWord
Steps to reproduce
- Create page named pub/test
- Create page named Pub/test
Create page named test1 containing <<PageList(regex:.*t.*)>>
- Resulting page list will include Pub/test, but not pub/test Similar problem:
Create page named test1 containing <<PageList(regex:(?i).*t.*)>>
- Resulting page list will not exist
Example
Component selection
- search.queryparser
Details
MoinMoin Version
1.6.0 1.6.1
OS and Version
Linux (sorry don't know the rest right now)
Python Version
(sorry, can't provide actual information, but I believe it is 2.4
Server Setup
Server Details
Language you are using the wiki in (set in the browser/UserPreferences)
Workaround
Put this into your wiki config to disable the failing code:
xapian_stemming = False
Discussion
Plan
- Priority:
- Assigned to:
Status: fixed in 1.7 by http://hg.moinmo.in/moin/1.7/rev/eb5c6f776bce (please help testing with xapian_stemming = True)