Bitwarden makes many of the features supported by Lunr.js search available, not not phrase matching.
e.g.
If I have 3 entries in my vault, with the names ‘fizz’, ‘buzz’, ‘fizz buzz’, currently searching ‘fizz buzz’ would return all three. I want to be able to add double quotes (") to my search to search based on phrase matching, so that searching “fizz buzz” would only return ‘fizz buzz’ from the above.
Can you point me to where Lunr supports exact-phrase matching? Last time I checked it was not possible without using various work-arounds (which are unfortunately not supported in Bitwarden).