more docs
authorBill Erickson <berickxx@gmail.com>
Mon, 9 Sep 2019 20:39:48 +0000 (16:39 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 3 Feb 2020 22:13:59 +0000 (17:13 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Elastic.pm

index ae0f41e..144c4ce 100644 (file)
@@ -79,12 +79,18 @@ __PACKAGE__->register_method(
         desc   => q/
             Performs a search on the Elastic 'bib-search' index.
 
+            The caller provides the core search struct, the API then
+            augments the struct, depending on various options.
+
             Facets (Aggregations) are automatically appended to the search
             based on the Evergreen Facets configuration.
 
             Org unit based item presence and availability filtering may
-            also be automatically added to the query.  See search options
+            optionally be added to the query.  See search options
             below.
+
+            See [ select * from elastic.bib_field where search_field; ] 
+            for full-text search fields and classes.
         /,
         params => [
             {   type => 'object',