zot / microfts

Small and fast FTS (full text search)
MIT License
32 stars 3 forks source link

does search -partial work? #1

Closed jkitchin closed 3 years ago

jkitchin commented 3 years ago

I have a db setup so that this command

./microfts search ../cache/fts.db hashtag

yields this result : /Users/jkitchin/Dropbox/emacs/microfts/examples/one.org:7:And #one hashtag.

But this command yields no result

./microfts search ../cache/fts.db -partial hash

I thought it would give me the same match. Is this expected for -partial?

zot commented 3 years ago

Yes, that should work -- I'll check it out

zot commented 3 years ago

Seems to work now but I haven't yet tested it extensively

jkitchin commented 3 years ago

This works for me know, thanks. I am going to go ahead and close this one.