Morning,
Does anyone have any advice on performing a simultaneous FT Thesaurus
and Inflectional search using CS2007 and SQL2005? I've read up on
this in the SQL BOL and CS2007 Docs on this as well as Vinayak's blog
and best I can come up with is using two FormsOf in the
AdvancedFreeTextSearch, ie: catalogSearch.AdvancedFreeTextSearchPhrase
= string.Format(" (FORMSOF(INFLECTIONAL, \"{0}\") OR FORMSOF(THESAURUS,
\"{0}\")) ", keyword);
Is there a better way of doing this?
Thanks,
Simon.