HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Full-text search doesn't seem to search tags #1341

Open lilyball opened 5 years ago

lilyball commented 5 years ago

I have a tag named debugging, but when I full-text search for the string "debugging" a particular note of mine that has that tag does not show up in the results. It only seems to give me notes where the actual note contents contains that string.

ylian commented 5 years ago

For tag search, use #tag.

lilyball commented 5 years ago

I didn't know it was a tag when I made the search. I just wanted "all notes that reference debugging". I expect "full-text search" to mean it searches everything about the note.

olibclarke commented 5 years ago

@ylian - full text search should search or suggest/autocomplete tags I think - e.g. as suggested here: https://github.com/HappenApps/Quiver/issues/1272

The way it is now is very confusing, and makes tags less useful than they could be IMO.

Cheers Oli