Search auto complete - EnableMWSuggest

Fragment of a discussion from Project:Support desk
Jump to: navigation, search
Edited by another user.
Last edit: 17:23, 25 July 2012

I was able to get it to work by adding $wgVectorUseSimpleSearch = true; to LocalSettings.php in addition to $wgEnableMWSuggest

- David

158.145.224.3317:17, 25 July 2012
Edited by another user.
Last edit: 08:22, 26 July 2012

Thanks for that David.

I now have

$wgUseAjax = true; $wgEnableMWSuggest = true; $wgOpenSearchTemplate = true; $wgVectorUseSimpleSearch = true;

but the auto complete/suggest still doesn't work.

Any other ideas please

Aaron08:17, 26 July 2012

Does anyone else have any thoughts on what I can do to get this working?

Aaron

213.123.203.18109:53, 22 August 2012
 

Just put this:

require_once( "$IP/extensions/Vector/Vector.php" );
$wgVectorUseSimpleSearch = true;

On your LocalSettings.php. Working well for me :)

ebraminiotalk19:16, 12 September 2012