MK wrote: > [sorry if this appears "cross-posted" -- I accidentally sent this to > the SMW list yesterday and realized my mistake this morning] > > I'd like to add a page search extension that allows the user to begin > typing the name of a page and see all possibilities based on the > titles of existing pages -- ie, what is commonly known as > "autocompletion". I notice Semantic Forms supports autocompletion for > property searches with restricted values, but I'd like this to be > independent of SMW. Does anyone know if such a thing exists already?
$wgEnableMWSuggest = true; in LocalSettings.php http://www.mediawiki.org/wiki/Manual:$wgEnableMWSuggest _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
