Displaying 4 results from an estimated 4 matches for "patternreplacefilterfactory".
2017 Apr 06
4
[Bug] FTS double escaping
...le to search in all parts
of e-mail addresses but searching for full and exact e-mail address
was successfull ONLY for messages which doesn't include sender's name
in 'From' header. Finally, after i found this bug, this fixed all
search problems:
<filter class="solr.PatternReplaceFilterFactory" pattern="&lt;"
replacement=""/>
<filter class="solr.PatternReplaceFilterFactory" pattern="&gt;"
replacement=""/>
I hope that, at least, this bug, reported by me, will be fixed. Thank you.
azur
2017 Apr 09
1
[Bug] FTS double escaping
...ses but searching for full and exact e-mail
>> address was successfull ONLY for messages which doesn't include
>> sender's name in 'From' header. Finally, after i found this bug,
>> this fixed all search problems:
>>
>> <filter class="solr.PatternReplaceFilterFactory" pattern="&lt;"
>> replacement=""/>
>> <filter class="solr.PatternReplaceFilterFactory" pattern="&gt;"
>> replacement=""/>
>>
>> I hope that, at least, this bug, reported by me, will be...
2017 Apr 06
0
[Bug] FTS double escaping
...arts
> of e-mail addresses but searching for full and exact e-mail address
> was successfull ONLY for messages which doesn't include sender's name
> in 'From' header. Finally, after i found this bug, this fixed all
> search problems:
>
> <filter class="solr.PatternReplaceFilterFactory" pattern="&lt;"
> replacement=""/>
> <filter class="solr.PatternReplaceFilterFactory" pattern="&gt;"
> replacement=""/>
>
> I hope that, at least, this bug, reported by me, will be fixed. Thank
> you....
2017 Apr 09
0
[Bug] FTS double escaping
...to search in all parts of e-mail addresses but searching for full and exact e-mail address was successfull ONLY for messages which doesn't include sender's name in 'From' header. Finally, after i found this bug, this fixed all search problems:
>
> <filter class="solr.PatternReplaceFilterFactory" pattern="&lt;" replacement=""/>
> <filter class="solr.PatternReplaceFilterFactory" pattern="&gt;" replacement=""/>
>
> I hope that, at least, this bug, reported by me, will be fixed. Thank you.
The attached...