X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=README;h=8096b34ede3b81882d0c6b36aa45e69726234e84;hp=7dfc5ba9f8d4a3aa46b2333cc4976732132abfb8;hb=4eec94579e5ca6f1121ed12ce26945ed23bbea74;hpb=bee632cc3a4d22b61dd7dc1a196253be5782cf0c diff --git a/README b/README index 7dfc5ba..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' '=' . +simple ::= term | set. +term ::= | '"' ... '"'. +set ::= '@set' . +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.