15430: Adds an upgrade note warning that @@ won't work anymore.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 16 Aug 2021 20:09:24 +0000 (17:09 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 16 Aug 2021 20:09:24 +0000 (17:09 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

doc/admin/upgrading.html.textile.liquid
doc/api/methods.html.textile.liquid

index b40082deba630f6fa208646b374e9bee311dd0cf..7fba2d23f7fbc1f452d554ceb6b311ebd4fa1af6 100644 (file)
@@ -39,6 +39,10 @@ h2(#main). development main (as of 2021-07-15)
 
 "Upgrading from 2.2.0":#v2_2_0
 
+h3. Undocumented '@@' full text operator no longer works
+
+If some of your client code uses the '@@' filter operator, you'll need to migrate it to use the 'ilike' operator as described in the "available list method filter section":{{site.baseurl}}/api/methods.html#filters of the API documentation.
+
 h3. Storage classes must be defined explicitly
 
 If your configuration uses the StorageClasses attribute on any Keep volumes, you must add a new @StorageClasses@ section that lists all of your storage classes. Refer to the updated documentation about "configuring storage classes":{{site.baseurl}}/admin/storage-classes.html for details.
index c6e4ba00a74d8f1dcc440dfd83c125c17c9d6c1b..670a9e0da3d96ed16f8de9e053ae5a746cf0aa31 100644 (file)
@@ -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.[1]
+The following operators are available.
 
 table(table table-bordered table-condensed).
 |_. Operator|_. Operand type|_. Description|_. Example|
@@ -167,5 +167,3 @@ 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.