Hi all,
I am having problems querying a full-indexed table because of the sql list of noise words e.i "a","b","and", "take"...
People sugest that I should clean the txt file that contains the noise words. To me this isn't an option becasue I want to preserve the performance I have at the moment.
For instance, how would I search the database when the user searches for "take that"? Both are reserved words.
Thank you in advance
Tibi
I am having problems querying a full-indexed table because of the sql list of noise words e.i "a","b","and", "take"...
People sugest that I should clean the txt file that contains the noise words. To me this isn't an option becasue I want to preserve the performance I have at the moment.
For instance, how would I search the database when the user searches for "take that"? Both are reserved words.
Thank you in advance
Tibi