Show only physical items should filter out locations of type online #3594
Labels
effort: important
US candidate
enhancement
Improvement of an existing feature
stale
Stale or no longer relevant
How it works
The facets to filter documents that are online or physical are missing a filter based on the location type. If an item has a location or temporary location that is
is_online:true
, they should be considered online documents.Improvement suggestion
If a document has an item with a location that is
is_online:true
, the documents should be filtered out by thenot_online
document facet and displayed in theonline
facet.This will probably require adding a field to the document index to give the information if an item is in a location of type
online
and making sure that the documents are reindexed when modyfying the location.The text was updated successfully, but these errors were encountered: