bakape / hydron

media tagger and organizer
GNU Lesser General Public License v3.0
95 stars 9 forks source link

Autocomplete tags with prefixes #17

Closed bakape closed 4 years ago

bakape commented 6 years ago

Prefixes are not accounted for right now. Need to both accept prefixed tags for completion and return prefixed results.

Kamuso commented 4 years ago

Should the prefix itself be autocompleted too? E.g. syst would have system: as an autocomplete result. Also, it looks like #25 is a duplicate issue.

bakape commented 4 years ago

Should the prefix itself be autocompleted too?

It should.

Also, it looks like #25 is a duplicate issue.

It's separate because #17 is just an extension of the current completion (just strings) but #25 should autocomplete syntax.