http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10857
--- Comment #28 from mathieu saby <[email protected]> --- Test made on sandbox 1 Not easy at all to test, because (in Unimarc at least) - Author facets with "," are broken Ex : http://catalogue.test1.biblibre.com/cgi-bin/koha/opac-search.pl?idx=kw&q=fr%252A&limit=au:Balzac,%20Honor%C3%A9%20de => 0 results - Topic facets with "-" are broken Ex : http://catalogue.test1.biblibre.com/cgi-bin/koha/opac-search.pl?idx=kw&q=fr%252A&limit=su-to:Nature%20-%20revue => 0 results I did not check, but I think they are broken in master too as your patch is not supposed to change their behavior Test 1 on OPAC: maxRecordsForFacets = 1000 initial search ="a*" 1st click on series facet "Folio(39)" => [x] before facet Folio; 147 results http://catalogue.test1.biblibre.com/cgi-bin/koha/opac-search.pl?idx=kw&q=a%252A&limit=se:Folio 2d click on topic facet "823 (9)" => [x] before facet "823" ; facet "Folio" still activated ; 2 results http://catalogue.test1.biblibre.com/cgi-bin/koha/opac-search.pl?idx=kw&q=a%252A&limit=se:Folio&limit=su-to:823 3rd click on series facet "Folio" => [x] disapear before "Folio" ; 52 results http://catalogue.test1.biblibre.com/cgi-bin/koha/opac-search.pl?idx=kw&q=a%252A&limit=se:Folio&limit=su-to:823&nolimit=se:Folio Just to check : manually editing the url to limit only to "823" topic : 52 results catalogue.test1.biblibre.com/cgi-bin/koha/opac-search.pl?idx=kw&q=a%252A&limit=su-to:823 Click on "Folio (2)" series facet => the 2 facets now have [x] ; 9 results are showing (why not 2?) Click on "823" facet topic => the [x] disapear before "823" ; 147 results => it seems OK Test 2 on staff interface : paying with 3 different facets, checking, unchecking in a different order => it seems OK I will try to reproduce Owen's issue Mathieu -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
