X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=README;h=5079588fd2d72b5f2185417e3ecdc2bc27e6c3ba;hp=47bf2a4d5716ba7fe9ff81756ed47a42d813a221;hb=fc89703038b1168a8f52b6920c50dedb9080063d;hpb=7a41d7a92859be6ecc255e943e693d0a885c4229 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.