[ARVADOS] updated: 1.3.0-1237-ge87851be1

Git user git at public.curoverse.com
Wed Jul 3 14:42:51 UTC 2019


Summary of changes:
 doc/api/methods.html.textile.liquid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  e87851be1b0e2a14d71aa31a73e0227fa10b799e (commit)
      from  b2ce5b37b621a38ddeb958daaec027d6fefd7213 (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 e87851be1b0e2a14d71aa31a73e0227fa10b799e
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date:   Wed Jul 3 10:01:45 2019 -0400

    15380: Improves list filter search documentation
    
    Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>

diff --git a/doc/api/methods.html.textile.liquid b/doc/api/methods.html.textile.liquid
index 59c6a88fb..0e01b3c6d 100644
--- a/doc/api/methods.html.textile.liquid
+++ b/doc/api/methods.html.textile.liquid
@@ -108,15 +108,15 @@ table(table table-bordered table-condensed).
 |@exists@|string|Test if a subproperty is present.|@["properties","exists","my_subproperty"]@|
 
 
-h4(#textsearchfilter). Filtering using text search
+h4(#substringsearchfilter). Filtering using substring search
 
-Resources can also be filtered by searching for a value in attributes of type @string@, @array of strings@, @text@, and @hash at . To use text search, the filter must:
+Resources can also be filtered by searching for a substring in attributes of type @string@, @array of strings@, @text@, and @hash@, which are indexed in the database specifically for search. To use substring search, the filter must:
 
 * Specify @any@ as the attribute
 * Use either the @like@ or @ilike@ operator
 * Have an operand of type @string@ that is wrapped in the SQL pattern match wildcard character @%@
 
-For example, the @["any", "like", "%foo%"]@ filter will return all resources that contain @foo@ in the content of at least one attribute of the previously defined types.
+For example, the @["any", "like", "%foo%"]@ filter will return all resources that contain @foo@ in the content of at least one attribute of the previously defined types. This is the recommended way to do keyword and file name search across the entire database. Note that only exact substring matches are returned and results are unranked and returned in the order specified by the @list@ @order@ argument.
 
 h4(#subpropertyfilters). Filtering on subproperties
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list