[Koha-bugs] [Bug 11096] Koha cannot retreive big records from Zebra

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 19 12:41:22 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #39 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
To add another set of eyes to this I have done some tests today and I found a
problem in the rewrite of the facetting code.

Without the patches the item type and other item related facets show the number
of records related to them, but with the patch, the number of occurrences of
the tag/items is shown. I think this is an unwanted change in behaviour that
can be confusing to patrons. We shouldn't mix number of items and number of
records in the facets. I think it's related to this change:

                                     unless ( $data ~~ @used_datas ) {
-                                        $facets_counter->{ $facet->{idx} }
-                                          ->{$data}++;
                                         push @used_datas, $data;
                                     }
-                                }    # fields
+
+                                    $facets_counter->{ $facet->{idx}
}->{$data}++;
+
+                                } # fields

I will do more tests, but failing QA to get this fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list