Ticket #414 (new defect)

Opened 10 months ago

Last modified 3 months ago

QueryParser corner cases

Reported by: olly Owned by: olly
Priority: normal Milestone: 1.2.x
Component: QueryParser Version:
Severity: normal Keywords:
Cc: Blocked By:
Operating System: All Blocking:

Description

There are quite a few cases which we probably don't handle as well as we could (sometimes it's not totally clear what the behaviour should be), so let's make a list here and see if we can find resolutions, or decide the current behaviour is fine.

With FLAG_SYNONYM these cause reparsing so parse as foo abc def (we just ignore ~ unless the next character is a word character, so without the "foo:" prefix, ~ is just ignored):

~foo:(abc def)
~foo:"abc def"

Change History

Changed 3 months ago by olly

  • milestone set to 1.2.x
Note: See TracTickets for help on using tickets.