Brion Vibber wrote:
More excitingly, it's now easy to swap out this backend with an extension by handling the PrefixSearchBackend hook.
I've made an implementation of this in the TitleKey extension, which maintains a table with a case-folded index to allow case-insensitive lookups. This lets you type in for instance "mother ther" and get results for "Mother Theresa".
This plugin is now extended to 'go' search exact-title matches with a 'SearchGetNearMatch' hook, so mixed-case words like 'MacDill' and such match more easily.
-- brion