mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

Search System #25

Open euantorano opened 9 years ago

euantorano commented 9 years ago

@ATofighi already started a search system, but it may be a good idea to extend it a little.

Ideally, the search system should have a concept of an "indexer", used to index content. The default would obviously be the database, but this approach would allow the easy implementation of advanced search systems such as ElasticSearch for Big Boards.

JN-Jones commented 9 years ago

We should also move the logic somewhere else, atm all querying happens in the controller.

JN-Jones commented 9 years ago

TODO: conversations and the memberlist should be searchable too.

wpillar commented 9 years ago

@mybb/developers I would like to suggest pushing this to Alpha 2, any objections?