From b9cd8af0e5ba602aa116474c6e1a8545f709b952 Mon Sep 17 00:00:00 2001 From: spmorrison <101879901+spmorrison@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:09:34 -0500 Subject: [PATCH] Docs: Add staff.search global flags to table in global_flags.adoc 3.16 updates --- docs/modules/admin/pages/global_flags.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/admin/pages/global_flags.adoc b/docs/modules/admin/pages/global_flags.adoc index 65e6e95ff2..38c8b283ea 100644 --- a/docs/modules/admin/pages/global_flags.adoc +++ b/docs/modules/admin/pages/global_flags.adoc @@ -68,4 +68,6 @@ edit_date |No | | | |opac.use_geolocation|Offer use of geographic location services in the public catalog|No | |The sort by geographic proximity feature allows library patrons to sort holdings within a bibliographic record by geographic distance. This feature requires a 3rd party geographic location service in order to function. If you are using your own geographic location service, then this flag must be enabled in order for proximity sort to work. The Value box does not need an entry and in fact any entry in that box will be ignored.|xref:admin_initial_setup:geosort_admin.adoc#_global_flag[Sort by Geographic Proximity] |search.max_facets_per_field|Search: maximum number of facet values to retrieve for each facet field|Yes|1000| |https://bugs.launchpad.net/evergreen/+bug/1505286[bug 1505286] |search.max_popularity_importance_multiplier|Maximum popularity importance multiplier for popularity-adjusted relevance searches (decimal value between 1.0 and 2.0)|Yes|1.1| |xref:admin:popularity_badges_web_client.adoc#_new_global_flags[Statistical Popularity Badges] +|staff.search.shelving_location_groups_with_lassos|Staff Catalog Search: Display shelving location groups with library groups|Yes | |By combining the staff.search global flags, your Evergreen installation can include shelving location groups in either selector, both, or neither, according to your needs.| +|staff.search.shelving_location_groups_with_orgs|Staff Catalog Search: Display shelving location groups inside the Organizational Unit Selector|Yes | |By combining the staff.search global flags, your Evergreen installation can include shelving location groups in either selector, both, or neither, according to your needs.| |===