Hi All
I would like to add the ability to run a search on a varchar(2500) column,
This column is a description field, I would like to be able to search the descriptions by
passing in something like 'Lumber OR Heavy AND Carpet' and return all the records that have the words
'Lumber' or 'Heavy' and 'Carpet' somewhere in the description field.
Thanks for any help.
I would like to add the ability to run a search on a varchar(2500) column,
This column is a description field, I would like to be able to search the descriptions by
passing in something like 'Lumber OR Heavy AND Carpet' and return all the records that have the words
'Lumber' or 'Heavy' and 'Carpet' somewhere in the description field.
Thanks for any help.