PacketFire / goqdb

Quote Database in Go
MIT License
6 stars 2 forks source link

Fulltext search #7

Open jgrar opened 10 years ago

jgrar commented 10 years ago

Should we use fulltext matching for searches?

mischief commented 10 years ago

as opposed to what? regexp? right now we're just using whatever sqlite's LIKE %query% does

jgrar commented 10 years ago

http://www.sqlite.org/fts3.html

In SQL full-text matches break input words into seperate terms.