Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. McLennanN

    SQL Full text search error trapping

    You do not understand. I want to use full text search. The problem is if the following search is run SELECT Indexes from IndexTable where CONTAINS(Indexes,' FORMSOF (INFLECTIONAL,"the") the error 'The query contained only ignored words.' occurs which I would like to trap so i can...
  2. McLennanN

    SQL Full text search error trapping

    I need to do a full text search given a word input by a user. However for simple words like 'the' the full text search returns the error 'The query contained only ignored words.' How can I trap this error and return the results of an alternative query.

Part and Inventory Search

Back
Top