https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26480
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|With UseControlNumber on, |"Show analytics" display is |"Show analytics" link |very inconsistent |doesn't show on parent | |record | --- Comment #21 from David Cook <[email protected]> --- (In reply to David Cook from comment #20) > When searching the title, we're also not doing a phrase search when we > should be... Actually, I think in Elasticsearch it is doing a phrase search, but it means that if a bib record has a title of "Brotherhood", it will display a "Show analytics" link, because there are other records that have 773$t "Brotherhood of Awesomeness" or something like that. We could do an exact search instead, but that's risky. There's been too many competing approaches to analytics in Koha over the years... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
