Opened 13 years ago

Closed 13 years ago

#572 closed defect (fixed)

LuceneQueryBuilder / or query on uuid does not work when uuid contains "_"

Reported by: fxp Owned by: geonetwork-devel@…
Priority: major Milestone: v2.7.0
Component: General Version: v2.6.3
Keywords: Cc:

Description

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)

by fxp, 13 years ago

Attachment: 572.patch added

Do not tokenized UUIDs. Apply OR sep using addSeparatedTextField. Do not tokenize on "_" which is in the list of delimiter of StringTokenizer by default.

comment:1 by fxp, 13 years ago

Resolution: fixed
Status: newclosed

Committed revision 8129.

Note: See TracTickets for help on using tickets.