https://bugs.kde.org/show_bug.cgi?id=433085

--- Comment #2 from Alexander Lohnau <alexander.loh...@gmx.de> ---
This is a really tricky one.

We are doing some balancing magic in milou/lib/resultsmodel.cpp:161. In the
docstrings it is said:
> * Each category may occupy a maximum of 1/(n+1) of the given @c limit,
> * this means the further down you get, the less matches there are.
> * There is at least one match shown per category.

This basically means that if we have multiple categories which rank high but
few have matches, the categorizes below with many matches aren't even allowed
to display that many of their matches.

In the old SourcesModel we were getting all the matches and the check which
ones we want to display. If we exceed the limit we would remove one match or
just not add the new one.

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

Reply via email to