https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15050 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #15 from Fridolin Somers <fridolin.somers@biblibre.com> --- (In reply to Katrin Fischer from comment #11)
So since we switched to DOM indexing, the any (keyword) index will include all information from the bibliographic record and the item records. This can lead to confusing results in search:
- internal note is searchable - A gift from someone that also appears as author will be found (the name was stored as bookseller in the item)
It causes confusion. Is there any way around it?
With Elasticsearch only MARC field defined with a search field are in default search field. Maybe fields for OPAC and for staff can be configured separately. Deeply I think MARC datas should always be public ;) -- You are receiving this mail because: You are watching all bug changes.