hi, 
what is the best way to deal with searches with special chars like § 
(paragraph), € (euro), @ (at in emails), % and so forth.
i think that the WordDelimiterFilters is working on such chars (on index-time 
and on query-time).

the greatest problem i see is, that there can be an optional space between 
those chars and numbers, like 50% or 50 %, or §235 or § 235 and so on.
so even if i get the WordDelimiter (or any other filter) right and working with 
those chars i think there is no way to deal with the optional spaces.

anyone have a solution for this.



markus

Reply via email to