Rework search for anchor/mask CQL ops
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Dec 2012 18:53:13 +0000 (19:53 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Dec 2012 18:53:13 +0000 (19:53 +0100)
commitb70c72a5a3914502cbdd17588e74e6c74bd282b6
treea024e5d088a98a166ce850a05e61661ebe3fa149
parentf1bbea81f533c0386482e7e8cf000b982bdd9eb8
Rework search for anchor/mask CQL ops

Using expressions such as term[i] == some and term[i-1]=='\\'
does NOT work. term[i-2] could be '\\' and so on. String *must* be
searched from one end to anothor (due to the \\ case).
src/cqltransform.c