The static function bool(), which is part of cql_to_ccl_r(), now makes
authorMike Taylor <mike@indexdata.com>
Tue, 5 Jul 2011 22:42:31 +0000 (23:42 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 5 Jul 2011 22:42:31 +0000 (23:42 +0100)
commit443e78f2e7d7894a1a9cb3cac79e4b1a84ec7a11
tree92cc0a2a6a8093d5b2d456c7547a804328554c7a
parent05ce3a6e0133e8d3279c193f9be066198cf0b8b6
The static function bool(), which is part of cql_to_ccl_r(), now makes
some attempt to recognise and deal with proximity.  Right now, all it
does it recognise the CQL operator name "prox" and map it to the CCL
operator "!" rather than the unrecognised plain word "prox" -- this
suffices to get SOME indication of proximity into the resulting CCL,
which is a big step forward for bug #4407.  We ought to check for a an
/ordered=0 relation modifier and emit "%" instead in that case.
src/cql2ccl.c