Ticket #572 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

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

572.patch Download (6.8 KB) - added by fxp 22 months 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.

Change History

Changed 22 months ago by fxp

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

Changed 22 months ago by fxp

  • status changed from new to closed
  • resolution set to fixed

Committed revision 8129.

Note: See TracTickets for help on using tickets.