Hi all,
I am a little confused about what us being generated by websearch_to_tsquery() in the case of an apostrophe inside double quotes.
Here is an example of searching for a name containing an apostrophe.
The following works as expected:
When the name is in double quotes, the search fails:
In the first case, websearch_to_tsquery() returns:
which makes sense to me.
In the second case websearch_to_tsquery() returns something that I can't quite understand:
I am not quite sure what text this will actually match?
Best regards,
Alastair
|