From 09a3fe5e6f331a6fad39785a46de896b59144fb2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 9 Sep 2019 16:39:48 -0400 Subject: [PATCH] more docs Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Elastic.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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', -- 2.11.0