LuceneQueryBuilder / or query on uuid does not work when uuid contains "_"
Or query are used in relation.
Attachments
(1)
- 572.patch
(6.8 KB
) - added by fxp 13 years ago.
- Do not tokenized UUIDs. Apply OR sep using addSeparatedTextField. Do not tokenize on "_" which is in the list of delimiter of StringTokenizer by default.
Download all attachments as:
.zip
Change History
(2)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Do not tokenized UUIDs. Apply OR sep using addSeparatedTextField. Do not tokenize on "_" which is in the list of delimiter of StringTokenizer by default.