How personalization works
When personalization is enabled, Finkkle applies three types of signals to re-rank results:
These signals are applied after retrieval — the full index is still searched, and only the ordering of results changes.
The For You feed
The For You section on the Finkkle homepage is a personalized content feed. It shows articles, news, and topics based on your interest history. It updates as you search and browse. Categories in the For You feed include:- Tech — technology news and product launches
- Markets — financial updates and earnings
- Sports — match results and schedules
- Culture — trending topics and entertainment
- Utilities — quick-access tools like weather, unit converter, and currency rates
Enable or disable personalization
Personalization requires a signed-in account. To manage it:- Sign in at my.finkkle.com
- Open your account settings
- Toggle Personalized results on or off
personalization=false to the query, or by using the Customize control on the homepage.
API parameter
When using the Search API, passpersonalization=false in your request to skip personalization for that query:
SafeSearch
SafeSearch filters explicit content from results. It is enabled by default for all searches. You can adjust it:- In the UI: open Customize on the search results page
- In the API: pass
safeSearch=true(default) orsafeSearch=false