casouri / xeft

Fast, interactive Emacs note searching
91 stars 8 forks source link

-<token> does not work #26

Closed gitrj95 closed 1 year ago

gitrj95 commented 1 year ago
casouri commented 1 year ago

What do you mean by -<token>?

gitrj95 commented 1 year ago

when in xeft, if i type -apple, i expect all notes except apple in the text right? instead, i just get notes with apple in them

casouri commented 1 year ago

I guess you need to add at least one other query term, like fruit -apple, to make the negative sign take effect.

gitrj95 commented 1 year ago

hmm. not a fan of that, but i guess that's just how the engine works? won't bother looking further, then

casouri commented 1 year ago

Xeft uses Xapian for indexing and searching, their documentation isn't super clear on this so I don't know.