slimnate / laser-beam

Error/app event logging platform
1 stars 0 forks source link

Support multi-word search #32

Open slimnate opened 8 months ago

slimnate commented 8 months ago

Currently, searching only works with single words, need to find a way to make it support multiple word input while also using the prefix match operator - :*

https://www.postgresql.org/docs/16/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES

slimnate commented 8 months ago

https://kaiv.wordpress.com/2007/12/11/postgresql-substring-search/

slimnate commented 8 months ago

added with commit 2693ba61b8affe07eda0734e6dd177308e2b8588 but might be better to use trigram queries instead