From 59816e65765c241d4791d768bd132f15c4363e55 Mon Sep 17 00:00:00 2001 From: Eduardo Jorge Date: Thu, 4 Jul 2019 21:14:18 +0100 Subject: [PATCH] Add missing doc for the ov operator in array types (#225) --- api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api.rst b/api.rst index 20c411365..085eec6ff 100644 --- a/api.rst +++ b/api.rst @@ -70,6 +70,9 @@ cs contains e.g. :code:`?tags=cs.{example, new}` :code:`@>` cd contained in e.g. :code:`?values=cd.{1,2,3}` :code:`<@` ov overlap (have points in common), :code:`&&` e.g. :code:`?period=ov.[2017-01-01,2017-06-30]` + – also supports array types, use curly braces + instead of square brackets + e.g. :code: `?arr=ov.{1,3}` sl strictly left of, e.g. :code:`?range=sl.(1,10)` :code:`<<` sr strictly right of :code:`>>` nxr does not extend to the right of, :code:`&<`