No description
Find a file
Jens Wille 57d757352a Query generator should not treat quoted phrases specially.
Quoted strings in CQL only have syntactic meaning for the parser, they don't carry semantic meaning for the resulting query.

As a consequence of this change, they have to be used in their unquoted form (`tok2.getString()` instead of `arg2.toString()`).

NOTE: The `cql.unmasked` relation modifier may be implemented in order to support the previous behaviour of "protected" phrases.
2017-01-26 15:55:39 +01:00
config/checkstyle initial commit 2016-11-25 00:06:17 +01:00
gradle initial commit 2016-11-25 00:06:17 +01:00
src Query generator should not treat quoted phrases specially. 2017-01-26 15:55:39 +01:00
.gitignore initial commit 2016-11-25 00:06:17 +01:00
.travis.yml initial commit 2016-11-25 00:06:17 +01:00
build.gradle initial commit 2016-11-25 00:06:17 +01:00
gradlew initial commit 2016-11-25 00:06:17 +01:00
gradlew.bat initial commit 2016-11-25 00:06:17 +01:00
LICENSE.txt initial commit 2016-11-25 00:06:17 +01:00
README.adoc initial commit 2016-11-25 00:06:17 +01:00
settings.gradle initial commit 2016-11-25 00:06:17 +01:00

# xbib Contextual Query Language Compiler

image:https://api.travis-ci.org/xbib/cql.svg[title="Build status", link="https://travis-ci.org/xbib/cql/"]
image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Acql/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Acql"]
image:https://maven-badges.herokuapp.com/maven-central/org.xbib/cql/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20cql"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[title="Apache License 2.0", link="https://opensource.org/licenses/Apache-2.0"]
image:https://img.shields.io/twitter/url/https/twitter.com/xbib.svg?style=social&label=Follow%20%40xbib[title="Twitter", link="https://twitter.com/xbib"]
image:https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif[title="PayPal", link="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GVHFQYZ9WZ8HG"]