[Xapian-tickets] [Xapian] #480: Single-ended ranges not yet supported by query parser

Xapian nobody at xapian.org
Fri May 14 03:01:26 BST 2010


#480: Single-ended ranges not yet supported by query parser
-------------------------+--------------------------------------------------
 Reporter:  hachiya      |       Owner:  olly 
     Type:  enhancement  |      Status:  new  
 Priority:  normal       |   Milestone:  1.2.x
Component:  QueryParser  |     Version:       
 Severity:  normal       |    Keywords:       
Blockedby:               |    Platform:  All  
 Blocking:               |  
-------------------------+--------------------------------------------------
 There currently isn't support for single-ended ranges when parsing range
 queries.

 See http://xapian.org/docs/valueranges.html

 One suggestion would be to simply omit that part of the query.  So if the
 prefix being used is "$" for example with a numeric range:

 regular range query:
 $100..200

 single-ended range query:

 $100..

 to denote 100 up to the end


 $..200

 to denote from the beginning to 200

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



More information about the Xapian-tickets mailing list