[ARVADOS] updated: 1.3.0-2119-gdd7da09fe

Git user git at public.arvados.org
Mon Feb 10 22:30:01 UTC 2020


Summary of changes:
 doc/api/methods.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  dd7da09fe29a98b2af2c3d8fd428d47e0d1e5d74 (commit)
      from  8a88ceb33a00a83708fab9a0e3f5ad5e95bac2a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit dd7da09fe29a98b2af2c3d8fd428d47e0d1e5d74
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Mon Feb 10 19:29:35 2020 -0300

    15718: Makes documentation clearer.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/doc/api/methods.html.textile.liquid b/doc/api/methods.html.textile.liquid
index b10af8d6c..90af08ca5 100644
--- a/doc/api/methods.html.textile.liquid
+++ b/doc/api/methods.html.textile.liquid
@@ -130,7 +130,7 @@ table(table table-bordered table-condensed).
 |@like@, @ilike@|string|SQL pattern match, single character match is @_@ and wildcard is @%@, ilike is case-insensitive|@["properties.my_subproperty", "like", "d00220fb%"]@|
 |@in@, @not in@|array of strings|Set membership|@["properties.my_subproperty", "in", ["fizz", "buzz"]]@|
 |@exists@|boolean|Test if a subproperty is present or not (determined by operand).|@["properties.my_subproperty", "exists", true]@|
-|@contains@|string, number|Test if a value is present on a subproperty either by exact match or set membership.|@["properties.list_property","contains","some_value"]@|
+|@contains@|string, number|Filter where subproperty has a value either by exact match or value is element of subproperty list.|@["foo", "contains", "bar"]@ will find both @{"foo": "bar"}@ and @{"foo": ["bar", "baz"]}@.|
 
 Note that exclusion filters @!=@ and @not in@ will return records for which the property is not defined at all.  To restrict filtering to records on which the subproperty is defined, combine with an @exists@ filter.
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list