Open icnocop opened 8 years ago
If I enter a string like '[Something]'. I get an error saying
Syntax error near '[' in the full-text search condition '(~[something])
Same issue with a string containing commas
Syntax error near ',' in the full-text search condition '(KGBV,Vinchiya,Jasdan)
@icnocop @chsword were you able to find a workaround for this?
@shyamal890
'[Something]' do not work with contains(it do not work in the T-SQL also), I think in this case, maybe try freetext
I also found the same error with these special characters: Underscore (_) Tilde (~) Caret Symbol (^)
I expected to be able to perform a full text search using special characters.
Here is an example unit test that fails for each of these special characters, but there could be more.
Any work-arounds or recommendations?
Thank you!