Webboard: Suggesting like Google Suggest possible?
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Amar Bouchibane Email: Message: Hi, there's no such as a Google Suggest feature in mnogosearch implemented... afaik. I've done the JS stuff by myself (which is very close to Googles' Suggest handling) and I also use this in TYPO3. For the suggest queries I take advantage of the qtrack table instead of bdict. The qtrack table will also be filled with new queries when a new record has to be indexed (I only have to index records not pages or documents). When you want to use qtrack make sure to add "trackquery=yes" in your database connection. best regards, Amar Reply: <http://www.mnogosearch.org/board/message.php?id=21130>