-
-
Notifications
You must be signed in to change notification settings - Fork 463
Description
The goal would be to give the user an option to only display search results (and store/distribute index data) of websites that were found helpful in the past. Of course, this would basically create a filter bubble, but then, nobody would be forced to use this feature, and you could still run a second (unfiltered) yacy instance on the side.
However, something similar, to a certain extend, can already be achieved with a search query which includes the desired websites:
yacy inurl:(whonix.org|searchlab.eu|github.com)
But, the longer the search query, the slower the search, and there's probably a maximum number of characters allowed in a query. Moreover, in the default P2P mode, index data of other websites are still received and distributed in the background, slowing down the search and eating up computer resources.