Thank you for the repro. This basically affects search for exact terms when the search terms are wrapped in "
. The problem here is that the real title of the topic is actually New Lowe's commercial with UniGeezer
but the fancy title is New Lowe’s commercial with UniGeezer
. When we do a search for exact terms, we’re only matching the given terms to the topic’s title and not the fancy title.
The difficulty here is that we can’t just replace ’
with '
unconditinally becasue a topic title with ’
in it will end up not matching. I kind of unsure what we can do here because we’re displaying different characters on the client side when displaying the topic title.
@gerhard @sam It seems like you have tackled this issue around quoting before, any ideas what we can do here? To be honest though, it is an edge case that will affect a very small portion of search queries. I’m inclined to just pun on this.