hasu / notdeft

NotDeft note manager for Emacs
https://tero.hasu.is/notdeft/
170 stars 14 forks source link

What does suffix colon `:` mean in query? #16

Closed snowman closed 3 years ago

snowman commented 3 years ago

snowman commented 3 years ago

Does it literally match : or just a separator?

hasu commented 3 years ago

In the picture the : is not a part of the query, it's just used as a separator between the query and the filter string in the UI.

What it does in a query is really a Xapian query parser question, but at the end of a query it makes no difference as far as I know. As a word separator it appears to produce a phrase.