From f204eacba181acc025354e566a2fded59d0ecaaf Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 6 Nov 2009 11:48:15 +0100 Subject: API: Added release date filter to get vn, and some d11 updates --- data/docs/11 | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'data/docs') diff --git a/data/docs/11 b/data/docs/11 index 5a222372..58b86d4c 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -52,6 +52,7 @@ server resources and prevent abuse of this service.

@@ -317,7 +318,10 @@ however still required.
id integer
array of integers = != > >= < <=
= != -   + + When you need to fetch info about multiple VNs, it is recommended to do so + in one command using an array of integers as value. e.g. (id = [7,11,17]). + title @@ -332,18 +336,26 @@ however still required.
  + released + null
date (string) + = !=
= != > >= < <= + + Note that matching on partial dates (released = "2009") doesn't do what + you want, use ranges instead, e.g. (released > "2008" and released <= "2009"). + + platforms null
string
array of strings
= !=   - + languages null
string
array of strings
= !=   - + search string ~ -- cgit v1.2.3