Bug 5993

Summary: Make tags searchable
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, koha.sekjal, lulihua, veron
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11986
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3451
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Nicole C. Engard 2011-03-29 20:06:28 UTC
The only way to search tags is to click on the term on the bib record or in the tag cloud.  tags are keywords and should be searched in the keyword search.
Comment 1 Ian Walls 2011-12-03 14:57:23 UTC
Possible solution:

On export to Zebra, dump tags into a MARC field (I propose 950 for MARC21, with a repeatable subfield a).  Then configure a new index in Zebra for tags that picks up that field.

Once that's done, we can add tag searching to the advanced search page, and even to the facets (perhaps configurable with a system preference).
Comment 2 Katrin Fischer 2016-12-27 09:24:03 UTC
Still valid.