https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43151
Bug ID: 43151
Summary: ES should apply search filters on each item discretely
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Searching - Elasticsearch
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 42835
Target Milestone: 26.11
When filtering search results using item record values, Koha checks for each of
those values at the biblio level, rather than at the item level. This leads to
undesirable search results.
For example, assume you have a biblio with two items:
- item 1 is itype BOOK and collection FICTION
- item 2 is itype AUDIO and collection NONFICTION
Currently, if a user performs a search limited to itype=BOOK and
collection=NONFICTION, this biblio will be returned because it has at least one
BOOK item and at least one NONFICTION item. But the user expectation is that
the search will return biblios where at least one item that is both a BOOK and
NONFICTION.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42835
[Bug 42835] ElasticSearch should have an items index
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/