X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=README;h=8096b34ede3b81882d0c6b36aa45e69726234e84;hp=47bf2a4d5716ba7fe9ff81756ed47a42d813a221;hb=4eec94579e5ca6f1121ed12ce26945ed23bbea74;hpb=77fe8ea4a114c45e899a63ccfe767ce0dff722a0;ds=sidebyside diff --git a/README b/README index 47bf2a4..8096b34 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - * Copyright (C) 1995, Index Data. + * Copyright (C) 1995-1996, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss @@ -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.