Is is possible to increase the Rank of the ContainsTable results if its an Exact match.
I have a fulltext query like this
select iname,rank from ItemSearch_View sv INNER JOIN CONTAINSTABLE(ItemSearch_View,searchstring, '(FORMSOF(INFLECTIONAL, "google") )',500) AS itable ON sv.itemid = itable.[KEY] order by rank desc
which provides the following results (right side is the rank)
Googling 352
Googled Former Teachers, 320
Googled Former Boy/Girl Friends 320
Googled the Guy/Girl 320
Google 208
Is it possible the item "Google" Item can have the higher rank here.
Thanks Vijai