https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26031 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #8)
It looks like the problem here is that we expect to end up on the details page for the record, but instead we are getting 2 results and ending up on the results page - I cannot see why though
I don't think it's correct: 18:29:17 koha_1 | # Failed test at t/db_dependent/www/search_utf8.t line 291. The error is: 'Koha online catalog › Results of blabla' doesn't match '(?^u:Publisher: 𠻺tomasito𠻺)' Bu: 291 like( $opac_text, qr|Publisher: $publisher|, ); 292 $expected_base = q|opac-search.pl\?(idx=&)?q=| . uri_escape_utf8( $publisher ); 293 $agent->base_like(qr|$expected_base|, ); => We expect to be on the search result page -- You are receiving this mail because: You are watching all bug changes.