I want to know the real number of posts I will be seeing with the blacklists enabled. There have been countless times I have searched something and there were way fewer results than what was advertised.
Posted under Site Bug Reports & Feature Requests
I want to know the real number of posts I will be seeing with the blacklists enabled. There have been countless times I have searched something and there were way fewer results than what was advertised.
That isn't possible, the blacklist is entirely clientside
Tl;dr, Even if we changed that, it'd both dramatically degrade the user experience & destroy our server's performance.
Because of the aforementioned client-side blacklist, in order to do this, we'd have to do one of the following:
Additionally, the "number of results" is already an estimate, due to complicated optimization stuff too dense for even me to try explaining. Going through the programming & computational work to improve that estimate specifically for blacklists without addressing the underlying inaccuracy isn't really worth it.
* This is something we can do specifically because the blacklist is processed client-side (instead of server-side), & only on one page (with at most 320 posts on it) at a time; because each client's browser handles filtering these posts, we don't have to handle the strain of filtering it on the server, & because of the reduced number of results the client has to filter, it's not that demanding on their machine either.