[ARVADOS] created: 1.3.0-1888-g6b1037d37

Git user git at public.curoverse.com
Tue Nov 19 23:09:52 UTC 2019


        at  6b1037d37dfeca503289cb54304189a6774db4e9 (commit)


commit 6b1037d37dfeca503289cb54304189a6774db4e9
Author: Tom Morris <tfmorris at veritasgenetics.com>
Date:   Tue Nov 19 18:07:28 2019 -0500

    15573: Deprecate the full text @@ filter operator
    
    refs #15573
    
    It was undocumented, so make it a low-key deprecation notice.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris at veritasgenetics.com>

diff --git a/doc/api/methods.html.textile.liquid b/doc/api/methods.html.textile.liquid
index 0e01b3c6d..175463c32 100644
--- a/doc/api/methods.html.textile.liquid
+++ b/doc/api/methods.html.textile.liquid
@@ -96,7 +96,7 @@ table(table table-bordered table-condensed).
 |1|operator|string|Comparison operator|@>@, @>=@, @like@, @not in@|
 |2|operand|string, array, or null|Value to compare with the resource attribute|@"d00220fb%"@, @"1234"@, @["foo","bar"]@, @nil@|
 
-The following operators are available.
+The following operators are available.[1]
 
 table(table table-bordered table-condensed).
 |_. Operator|_. Operand type|_. Description|_. Example|
@@ -107,6 +107,7 @@ table(table table-bordered table-condensed).
 |@is_a@|string|Arvados object type|@["head_uuid","is_a","arvados#collection"]@|
 |@exists@|string|Test if a subproperty is present.|@["properties","exists","my_subproperty"]@|
 
+Note:
 
 h4(#substringsearchfilter). Filtering using substring search
 
@@ -168,3 +169,5 @@ table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |
 {background:#ccffcc}.|uuid|string|The UUID of the resource in question.|path||
 |{resource_type}|object||query||
+
+fn1^. NOTE: The filter operator for full-text search (@@) which previously worked (but was undocumented) is deprecated and will be removed in a future release.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list