Found while dogfooding the current source.
Queries such as not supported can match each word independently and produce noisy results in long docs or changelog entries. For audit work, quoted multiword queries are often intended as phrases.
Expected: add explicit phrase search support, or strongly boost exact phrase occurrences when the query contains whitespace and is quoted.
Found while dogfooding the current source.
Queries such as
not supportedcan match each word independently and produce noisy results in long docs or changelog entries. For audit work, quoted multiword queries are often intended as phrases.Expected: add explicit phrase search support, or strongly boost exact phrase occurrences when the query contains whitespace and is quoted.