Question searching for contains a quote (") - wbt

Hi,
One of our description fields we are using word search ( having a word index with that field). Now the requirement is, if the user wants search a string contains " (quote) how it is possible ? Eg :- a word contains 5"/8 , 7"/9 etc....

After the KB search I understood we can edit the wbt file and achieve the goal. How can I include that quote in the wbt file ? I tried ' " ', USE_IT - but it failed to search after I applied the word-rule file to the db and re-build the index.

1. Is it quote can be include wbt file ? If yes howI have to include and build the word-rule file. Please help.


/* Special word break rules table */
word_attr =
{
'.', BEFORE_DIGIT, /* part of a word only if followed by a digit */
',', BEFORE_DIGIT,
'-', BEFORE_DIGIT,
''', IGNORE, /* completely ignore it */
'$', USE_IT, /* always part of a word */
'%', USE_IT,
'"', USE_IT,
'#', USE_IT,
'@', USE_IT,
'_', USE_IT,

-Philip-
 
Top