When searching in quotes, an exact match is required, which is inconvenient.
For example, I propose to make the search for “specified ta” show results with a specified tag or specified tagging, etc. Like on this forum.
3 Likes
This would be great!
I expected quotes in search to match continuous text, not whole words, and have been confused up until now why some searches just don’t work. I found a workaround with regexes - searching for /specified ta/
(or even /specified ta
) in your case.
But I’d like this to be the optionally the default (for example with a toggle, like with match case), not having to remember to type /
or "
most of the time.
1 Like