OpenEugene / openboard

An open source switchboard, written in Elm and Go.
MIT License
21 stars 7 forks source link

Find posts by more than one keyword #141

Closed codegold79 closed 3 years ago

codegold79 commented 3 years ago

Currently, even if a user sends in multiple keywords to find a post, only the first keyword will be used to search for a post. Be able to query for more than one keyword.

Be sure to search the keywords in both the post title and body.

A/C

appins commented 3 years ago

Here are some notes on fulltext in MySQL:

My thoughts:

cc @daved @codegold79: What do y'all think?