L
Libor Laubacher
Guest
Peggy, what is the codepage & collaction of the db in question and what word-break table do you use ? If you want to have a query like that, or rather ‘… where fields contains “(*”’ you would need to amend the word-break rule file and add “(“ as ‘allowed’ character there, recompile the wb rules, redeploy proword.n and reindex the word index/es. Example with ut8-bas.wbt .. '%', USE_IT, '#', USE_IT, '(', USE_IT, '@', USE_IT, .. Then the query works. Kind regards /Libor
Continue reading...
Continue reading...