-
-
Notifications
You must be signed in to change notification settings - Fork 861
Closed
Labels
Description
Currently fulltext search is only performed on post text, not discussion titles. This needs to be fixed.
What needs to be done:
- Work out a strategy to do this. Do we run two queries, one on the posts table and one on the discussions? (How would we rank results then?) Or do we duplicate the discussion title in every post record and perform a joint full text search on the title/content fields?