Summary: | Searching by Control Number doesn't return bibs in the "reservoir" | ||
---|---|---|---|
Product: | Koha | Reporter: | Cori Lynn Arnold <carnold> |
Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10047 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Cori Lynn Arnold
2019-10-31 19:26:18 UTC
It seems that only title, author and isbn are supported by this search. We could extend it to the full MARC records but that may return too many results. I'm not sure I understand what you mean by "It seems that only title, author and isbn are supported by this search." Only title, author and isbn are supported by the *Reservoir* search, but other fields are supported by the *Catalog* search. Why not support the SAME search over both sets? I specifically think this is a *BUG* and not an enhancement. If the interface lets you search and provides result sets, than it should return results from both places when searching for the same thing. (In reply to Cori Lynn Arnold from comment #3) > I specifically think this is a *BUG* and not an enhancement. If the > interface lets you search and provides result sets, than it should return > results from both places when searching for the same thing. The records in the catalog are searched using Zebra, the reservoir records are not indexed by Zebra and can only be searched with SQL, that's why they don't work the same and it would be hard to make them, unless we decided to make an index for the reservoir records as well I think. |