Page MenuHomePhabricator

AJAX search auto suggest enchancments...
Closed, DeclinedPublic

Description

Author: bredtape

Description:
Currently the auto suggest AJAX search is both case sensitive and also only searches for articles beginning with the string.. This of course results in the following examples:

Example 1:

Someone searches "cia"
results: none (of course I can't think of all of the other articles that start with "cia")

someone searches "CIA"
result: CIA

Example 2:

the following articles exist:
CIA
Government Agencies/CIA (subpage CIA)
blah
blah/foo/bar/eek

someone searches "CIA"

only returns: CIA

someone searches: "blah"

returns: blah, blah/foo/bar/eek

I think this should be changed....and it is fairly easy to solve this...


Version: unspecified
Severity: enhancement

Details

Reference
bz12832

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:07 PM
bzimport added a project: MediaWiki-Search.
bzimport set Reference to bz12832.
bzimport added a subscriber: Unknown Object (MLST).

First is already implemented in TitleKey extension.
Second won't be implemented because of performance issues.