anukat2015 / elda

Automatically exported from code.google.com/p/elda
0 stars 0 forks source link

dis/con-junctive queries would be nice #184

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
(a) Presently in query parameters using the same property-chain more
than once is explicitly disallowed. This means that for multi-valued
properties P the natural conjunction P=V1&P=V2 cannot be used to find
items with both (?item P V1) and (?item P V2).

(b) Relatedly there's no way to ask for P=V1 OR P=V2.

Note that the text search capability (_search and the text:query property)
uses a query sublanguage with AND, OR and NOT capabilities, but this
does not work for non-text property values.

Original issue reported on code.google.com by ehog.he...@googlemail.com on 14 Oct 2013 at 12:07