https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33842 Adolfo Rodríguez Taboada <adolfo.rodriguez@xercode.es> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs@lists.koha-commun |adolfo.rodriguez@xercode.es |ity.org | --- Comment #1 from Adolfo Rodríguez Taboada <adolfo.rodriguez@xercode.es> --- Created attachment 151724 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151724&action=edit Don't add * when searching an authid Change in the function _truncate_terms so it doesn't add * when searching an authid, as it's an autonumeric id so starting with the same numbers doesn't mean they are related. To test 1 Make sure the system preference QueryAutoTruncate is turned ON 2 Search an authority with a low id (1,2...) and see that the number of records in the results page and in the detail page don't match. 3 Apply patch, restart services 4 Repeat step 2 and check that the number of records now match. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.