Search anomaly

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
The Search function does not seem to find names containing an apostrophe such as O'Brien and O'Shea. It does find the relevant item under Brien and Shea respectively though. Is there a workaround for this?
13 лет назад
Maybe you could create a function that recognizes any characters like (') and insert (\) before the character.  This will tell the SQL server that (') is a literal character.

Something like: SELECT * FROM Nop_Product WHERE (Name LIKE 'O\'Brien%')

This is untested but I hope it helps.
3 года назад
is there a solution without programming?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.