https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533
--- Comment #2 from Fridolin Somers <[email protected]> --- Ohhh but its is worse than that. In Template, authorities search "is exactly" uses operator "is" : https://git.koha-community.org/Koha-community/Koha/src/commit/0381d9e52407fa7172ac18a85e0db8e62edc6c90/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc#L90 Operator "is" searches "Phrase, No truncation" : https://git.koha-community.org/Koha-community/Koha/src/commit/0381d9e52407fa7172ac18a85e0db8e62edc6c90/C4/AuthoritiesMarc.pm#L173 Is this a bug ? Looks like "exact" operator is used by C4::Heading. -- 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/
