From 1f1b25d00a50194d7a45ba742342b2c62fb3e173 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 Jan 2016 13:25:44 +0100 Subject: [PATCH] Update link to CQL spec --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d55ee2..6c19d62 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -Contextual Query Language parser in JavaScript -========================================== +## Contextual Query Language parser in JavaScript A hand-written, recursive descent parser of the Contextual Query Language as -used in the standardized information retrieval protocols - SRU/W. +used in the standardized information retrieval protocols - SRU. The parser can be used in places where the front-end query analysis is required (e.g search UIs, etc). CQL specification, including the grammar and detailed description of the -language: [CQL specs](http://www.loc.gov/standards/sru/specs/cql.html) +language: [CQL specs](http://www.loc.gov/standards/sru/cql/) + -- 1.7.10.4