From: Adam Dickmeiss Date: Fri, 15 Mar 1996 16:10:53 +0000 (+0000) Subject: Introduced new prefix query features. X-Git-Tag: YAZ.1.8~772 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=fc89703038b1168a8f52b6920c50dedb9080063d Introduced new prefix query features. --- diff --git a/README b/README index 47bf2a4..5079588 100644 --- a/README +++ b/README @@ -35,13 +35,14 @@ Use '?' to get a list of the available commands. The current query language is a bit awkward, but functional: -query ::= complex | simple | attr query. -complex ::= operator query query. +query ::= ['@attrset' ] rpn +rpn ::= complex | simple | attr rpn +complex ::= operator rpn rpn operator ::= '@and' | '@or' | '@not'. simple ::= term | set. term ::= | '"' ... '"'. set ::= '@set' . -attr ::= '@attr' '=' . +attr ::= '@attr' [] '=' . Eg.: @@ -51,6 +52,8 @@ Andersen @and @attr 1=1 andersen @attr 1=4 @attr 4=2 duckling +@attrset Bib-1 @and @attr GILS 2=2008 Washington @attr 1=21 weather + The directories: doc - Documentation.