DOC: enhance query documentation
Compare changes
+ 150
− 66
@@ -59,7 +118,7 @@ _currently known operators:_ `=, !=, <=, <, >=, >` (and cf. next paragraphes!)
@@ -71,7 +130,7 @@ _Note:_ The _LIKE_ operator is will only produce expectable results with text pr
@@ -90,8 +149,8 @@ The query looks like this:
@@ -101,11 +160,11 @@ Examples:
@@ -114,11 +173,11 @@ Examples:
@@ -139,7 +198,7 @@ Examples:
@@ -161,7 +220,7 @@ Examples:
@@ -174,7 +233,7 @@ Examples:
@@ -270,7 +329,7 @@ _STORED AT_ can be used with wildcards similar to unix wildcards.
@@ -294,7 +353,7 @@ Find any file in a directory which begins with `2016-02`:
@@ -312,25 +371,46 @@ One may omit the property specification:
@@ -352,4 +432,8 @@ Any result set can be filtered by logically combining POV filters or back refere
* *More Logic*, especially `ANY`, `ALL`, `NONE`, and `SUCH THAT` key words (and equivalents) for logical quantisation: `FIND ename1 SUCH THAT ALL ename2 WHICH HAVE A REFERENCE TO ename1 HAVE A pname=val`. This is like `FIND experiment SUCH THAT ALL person WHICH ARE REFERENCED BY THIS experiment AS conductor HAVE AN 'academic title'=professor.`