I would like to define a number n where n is the max amount of results with the same category.
-> lets say we have fruits as results, fruit types (apples, oranges, etc…) as category / facet. and
n=5
. If I search for “Pink Lady” I want at most 5 results with the category “apple”, and then the next best 5 fitting results with any other category, for example “oranges”, and so on. Is this possible?