1

When I use FreeTextTable in SQL Server and pass search key with a special character like hyphen, it looks for all results matching for keyword partone or keyword parttwo.

How can I restrict it doing that and search for partone=parttwo as one word? if that is not possible what are my alternates, I am dealing with large number of rows.

select * 
from freetexttable(dbo.TableName, (FieldOne, FieldTwo), 'partone-parttwo')
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
HaBo
  • 13,999
  • 36
  • 114
  • 206

0 Answers0