Opened 14 years ago
Closed 14 years ago
#369 closed defect (fixed)
Wildcard search in GUI broken
Reported by: | heikki | Owned by: | heikki |
---|---|---|---|
Priority: | blocker | Milestone: | v2.6.1 |
Component: | General | Version: | v2.6.0 |
Keywords: | Cc: |
Description
Wildcard search in the GUI has been broken.
For some reason, in the past LuceneQueryBuilder worked fine with wildcards without explicitly creating Lucene WildcardQueries, but no longer so. This is either because it now also uses the Lucene analysis of search terms, or because Lucene was upgraded from 2.3.1 to 2.9.1.
Adding explicit support for Lucene WildcardQuery in LuceneQueryBuilder fixes this.
Note:
See TracTickets
for help on using tickets.