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)
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).


No differences found