Topic on Extension talk:InputBox

Add SearchSuggest to inputbox?

4
67.78.106.74 (talkcontribs)

Is there a way to add the ajax search suggestion to an inputbox? Thanks

Stefahn (talkcontribs)

I would like to know this too.
In my eyes the search is no fun if there's no autocompletion / suggestions...

Emijrp (talkcontribs)

I have found a hack to add ajax suggestions to any inputbox. You must add the following code to your MediaWiki:Common.js, and refresh browser cache.

document.getElementById('searchform').action = '/w/index.php';
document.getElementsByName('search')[0].id = 'searchInput';
Nicolas NALLET (talkcontribs)

This hack could drive an server error if don't replace by your article path which could be : wiki or w or index.php or anything else you have configurerd.

In the example above the article path is just w

Reply to "Add SearchSuggest to inputbox?"