Ticket #220 (new enhancement)

Opened 13 months ago

Last modified 9 months ago

DateValueRangeProcessor and StringVRP should allow a prefix/suffix like NumberVRP

Reported by: pezo Owned by: olly
Priority: normal Milestone: 1.1.0
Component: Library API Version: SVN trunk
Severity: minor Keywords:
Cc: Blocked By:
Operating System: All Blocking:

Description (last modified by olly) (diff)

In php4 xapian 1.0.4 there is a XapianDateValueRangeProcessor? class without a prefix argument. Need prefix argument for searching a specified field ($number1vrp = new XapianNumberValueRangeProcessor?(3, "USD:"); is also working with USD:200..500 in query string)

Change History

Changed 13 months ago by olly

  • status changed from new to assigned
  • severity changed from normal to enhancement
  • component changed from Xapian-bindings to Library API
  • summary changed from feature request to DateValueRangeProcessor should allow a prefix like NumberVRP
  • version changed from 1.0.4 to SVN HEAD
  • op_sys changed from Linux to All

We'd add this to the C++ API, then wrap it for PHP (and all the other languages).

Changed 13 months ago by olly

  • summary changed from DateValueRangeProcessor should allow a prefix like NumberVRP to DateValueRangeProcessor and StringVRP should allow a prefix/suffix like NumberVRP

StringValueRangeProcessor? ought to support an optional prefix/suffix too.

Changed 13 months ago by trac

  • platform set to All

Changed 9 months ago by olly

  • owner changed from newbugs to olly
  • status changed from assigned to new
  • description modified (diff)
  • milestone set to 1.1.0

We should at least think about this for 1.1.0 - implementing it mid-series might need workarounds to avoid ABI breakage.

Note: See TracTickets for help on using tickets.