HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Find 0.1

Find is a replacement for Vanillas search function.

Plugin that will give your users a better search experience and can be used on shared hosting services.

Beware, this is only a preview!

Though it is (almost) fully working already ;)

After enabling the plugin, no discussions and comments are indexed. You can start that progress by visiting yourforum.com/plugin/indexposts/secretword. "secretword" can be changed in /conf/config.php. If you get timeouts you can change the amount of discussions/comments that are indexed. You should set up a cron job to get that page each X minutes in order to index new posts. Only posts that have been created or changed since the last index run will be scanned.

There is no link to the new Find! page by now, so you have to go to yourforum.com/vanilla/find to see it in action. Default search box still uses default search function.

What's working:
Indexing
Searching by searchword
Exclude words with -word
Must includes with +word
Filter by user
Filter by date range
Output uses standard Vanilla result view (but no pagination, yet)

ToDos:
Setup view
Exchange default search by new find functionality
Paging for search results
A function to clean up the index
Advanced setup view to change table Discussion & Comment to InnoDB
Some other things I have forgotten by now
Code cleanup, code cleanup, code cleanup

... and maybe I'll change the way everything is stored in db alltogether

I really have no idea how this will scale on bigger forums, but for bigger forums you should use SphinxSearch anyway.

Questions