From: Bill Erickson Date: Mon, 9 Sep 2019 20:39:48 +0000 (-0400) Subject: more docs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09a3fe5e6f331a6fad39785a46de896b59144fb2;p=working%2FEvergreen.git more docs Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Elastic.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Elastic.pm index ae0f41ecd0..144c4ce379 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Elastic.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Elastic.pm @@ -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',