glfharris / echelon

Echelon - A Hierarchial Tags addon for Anki 2.1
GNU Affero General Public License v3.0
6 stars 2 forks source link

Incorrect Searching when using Ctrl or Shift to select tag combinations. #1

Closed anmolnigam closed 5 years ago

anmolnigam commented 6 years ago

When using the browser, ctrl and shift can be used to quickly add tags to the current search criteria (described here).

However, the queries for selected hierarchical tags are not segmented. For example: "tag:Anatomy or tag:Anatomy:: or tag:Cardiovascular or tag:Cardiovascular::"

This could easily be fixed by wrapping the tags with parenthesis so that it reads as follows: "(tag:Anatomy or tag:Anatomy::) or (tag:Cardiovascular or tag:Cardiovascular::)"

glfharris commented 6 years ago

Yeah, definitely a good idea. I'll add it for the next version. Thanks!

glfharris commented 5 years ago

Bit late, but fixed as of latest version