Displaying 1 result from an estimated 1 matches for "numericrang".
Did you mean:
numericlong
2011 Jul 07
1
return values in groups - price range groups
Hi colleagues,
I have a simple
product database indexed with Xapian. Amazing free tool, thanks you developer(s)!
I need to
have a way to return prices of products in groups, say I have prod prices:
1.01
1.03
10.01
250.44
260.33
I need to
get it to return something like:
Group 1 =
1.01 ? 1.03
Group 2 =
10.01
etc.
Maybe there
is something build-in Xapian that can do