Closed jkitchin closed 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?
Yes, that should work -- I'll check it out
Seems to work now but I haven't yet tested it extensively
This works for me know, thanks. I am going to go ahead and close this one.
I have a db setup so that this command
yields this result : /Users/jkitchin/Dropbox/emacs/microfts/examples/one.org:7:And #one hashtag.
But this command yields no result
I thought it would give me the same match. Is this expected for -partial?