[Xapian-tickets] [Xapian] #414: QueryParser corner cases

Xapian nobody at xapian.org
Mon Nov 16 07:59:09 GMT 2009


#414: QueryParser corner cases
-------------------------+--------------------------------------------------
 Reporter:  olly         |       Owner:  olly
     Type:  defect       |      Status:  new 
 Priority:  normal       |   Milestone:      
Component:  QueryParser  |     Version:      
 Severity:  normal       |   Blockedby:      
 Platform:  All          |    Blocking:      
-------------------------+--------------------------------------------------
 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"
 }}}

-- 
Ticket URL: <http://trac.xapian.org/ticket/414>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list