We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tagSelected function is buggy. If there is a tag that contains dot (ie. email address) then you can add it multiple times.
Perhaps comparison should be: (compareable.search(searchQuery) > -1 instead of compareable == searchQuery in tagSelected function
(compareable.search(searchQuery) > -1
compareable == searchQuery