Bug #186
SPARQL filters can't parse non-numeric comparisons
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
The inner classes of FilterMapper.java which handle parsing of >, >=, <, and <= operations coerce their arguments into numeric expressions, although the grammar should allow for any comparable expression type to appear here (and the corresponding filter operations in org.mulgara.query.filter allow for any comparable expression).