Closed KatrinaHoffert closed 9 years ago
It's because a query like "foo bar" becomes the TSQUERY "foo & & bar". Need to collapse the spaces. Should be as simple as replacing " +" with " " with regex.
all multiple spaces are now replaces with a single one
It's because a query like "foo bar" becomes the TSQUERY "foo & & bar". Need to collapse the spaces. Should be as simple as replacing " +" with " " with regex.