]> git.evergreen-ils.org Git - Evergreen.git/commit
Avoid collecting facet data for non-facet fields
authorBill Erickson <berick@esilibrary.com>
Wed, 5 Oct 2011 19:16:17 +0000 (15:16 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 5 Oct 2011 19:43:31 +0000 (15:43 -0400)
commit5787a0ffb34f19f432fac8a9c112b8d2170501f0
tree0ce349b214fac8b15f9a56ea26f48df01106dd5c
parentb808c3860cc23513aaa061398a0b4f7b5895bbc5
Avoid collecting facet data for non-facet fields

If a config.metabib_field (Admin -> Server Admin -> MARC Search/Facet
Fields) starts out as a facet field but is later changed, data for that
facet can still bubble up since it has already been extracted.  This
patch prevents facets for config.metabib_field entries whose
facet_field=false from getting collected/cached for search results.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm