Manual talk:$wgUseAjax
Add topicAppearance
Latest comment: 17 years ago by TonyV
Ajax-based auto-suggestion stopped working after upgrade from 1.7.1 to 1.9.1 Does anyone know why? --Sascha 10:59, 1 February 2007 (UTC)
- I tested it very briefly in the Paragon Wiki and it worked fine after upgrading from 1.7.1 to 1.9.1. It was a little slow and I didn't like the entire content being replaced by the search suggestions, though, so I disabled it. I never tried it in 1.7.1, though. --TonyV 20:56, 4 February 2007 (UTC)
Caveat if using custom skin
[edit]I had to add the following to our custom skin:
<?php $this->html('headscripts') ?>
to get $wgUseAjax=true
to have any effect.