Comment 6 for bug 29227

Revision history for this message
Stuart Bishop (stub) wrote : Re: Searching for "pmu" doesn't find "/dev/pmu"

The existing word seperators were just whitespace.

The first half of this has been implemented, based on directions set forward in the https://launchpad.net/products/malone/+spec/search specification. Queries from users are now being split into components the way we want and sent to the text searching engine. We still need to update the code that builds these indexes so that these updated searches actually match things though, as '/dev/pmu' is still stored as just '/dev/pmu' in the indexes rather than 'dev pmu devpmu'.