Topic on Help talk:CirrusSearch/en

how to enable fulltext search at least for titles?

1
Lwangaman (talkcontribs)

I have enabled the CirrusSearch extension, and I have these settings in my LocalSettings.php:
$wgRelatedArticlesUseCirrusSearch = true;
$wgSearchType = 'CirrusSearch';
$wgVectorUseSimpleSearch = true;
$wgUseAjax = true;

I'm getting search suggestions for titles that start with what I'm typing into the search box, but no suggestions for titles that contain what I'm typing. I see this is also the default behaviour in wikipedia, which is understandable since wikipedia is such a huge wiki, results need to be limited. Since my wiki project is just starting, I would rather include results that contain anywhere in the title what is being typed into the search box. How would I go about enabling this?

Reply to "how to enable fulltext search at least for titles?"