Description

Related to MoinMoinBugs/TitleSearchDoesNotWorkWhenPageNameIsLowerCaseCharactersOneWord

Steps to reproduce

  1. Create page named pub/test
  2. Create page named Pub/test
  3. Create page named test1 containing  <<PageList(regex:.*t.*)>> 

  4. Resulting page list will include Pub/test, but not pub/test Similar problem:
  5. Create page named test1 containing  <<PageList(regex:(?i).*t.*)>> 

  6. Resulting page list will not exist

Example

Component selection

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


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/RegexSearchMissesPagesWhichStartWithLowerCaseLetter (last edited 2008-05-08 23:31:49 by ThomasWaldmann)