Opened 17 years ago
Closed 15 years ago
#220 closed enhancement (fixed)
DateValueRangeProcessor and StringVRP should allow a prefix/suffix like NumberVRP
Reported by: | Pető Zoltán | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | 1.1.2 |
Component: | Library API | Version: | SVN trunk |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description (last modified by )
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 (7)
comment:1 by , 17 years ago
Component: | Xapian-bindings → Library API |
---|---|
op_sys: | Linux → All |
Severity: | normal → enhancement |
Status: | new → assigned |
Summary: | feature request → DateValueRangeProcessor should allow a prefix like NumberVRP |
Version: | 1.0.4 → SVN HEAD |
comment:2 by , 17 years ago
Operating System: | → All |
---|---|
Summary: | DateValueRangeProcessor should allow a prefix like NumberVRP → DateValueRangeProcessor and StringVRP should allow a prefix/suffix like NumberVRP |
StringValueRangeProcessor ought to support an optional prefix/suffix too.
comment:4 by , 17 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 1.1.0 |
Owner: | changed from | to
Status: | assigned → new |
We should at least think about this for 1.1.0 - implementing it mid-series might need workarounds to avoid ABI breakage.
comment:5 by , 16 years ago
Milestone: | 1.1.0 → 1.1.1 |
---|
Now that 1.1 is a development series, ABI breakage isn't a concern, so bumping.
comment:6 by , 16 years ago
Milestone: | 1.1.1 → 1.1.2 |
---|---|
Status: | new → assigned |
comment:8 by , 15 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in trunk r13093.
Note:
See TracTickets
for help on using tickets.
We'd add this to the C++ API, then wrap it for PHP (and all the other languages).