R-a-dio / valkyrie

R/a/dio software stack
https://r-a-d.io
MIT License
5 stars 3 forks source link

storage/mariadb: make search queries support operators #90

Open Wessie opened 9 months ago

Wessie commented 9 months ago

As it stands right now we're basically just removing any operators from user search query before passing them to mariadb. It would be nice if we could keep some of these passable.

Wessie commented 7 months ago

alongside missing operators mariadb also has things it excludes completely from queries, see https://mariadb.com/kb/en/full-text-index-overview/#excluded-results for that. But for now this is (mostly) functional so it will be a post-1.0 issue