var f = function()

in content/apidocs/search.js [261:264]


                var f = function(item) {
                    count[item.category] += 1;
                    return (count[item.category] <= displayCount);
                };