Displaying 1 result from an estimated 1 matches for "process_value_range".
2015 Sep 09
2
custom ValueRangeProcessor in Perl?
...e
and am interested in implementing my a custom ValueRangeProcessor
(using DateTimeX::Easy for human-friendly date parsing)
Unfortunately, I'm not sure if it's possible with the
add_valuerangeprocessor API via Perl.
Reading the XS/*ValueRangeProcessor.xs source files, I'm seeing
"process_value_range" methods being defined (but I can't figure out how
they're called); but attempting to define my own classes does not result
in the methods being called when performing a query.
I suppose I can workaround this by parsing the query string myself by
translating the dates with DateTimeX::...