Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(search): index explorer views to Algolia #3369

Closed
wants to merge 4 commits into from

Conversation

marcelgerber
Copy link
Member

Warning

Very much a work in progress.

Resolves #3332.

Ranking

Ranking criteria being used:

  • 7-day pageviews of the whole explorer
  • Number of explorer settings that differ from the default
  • Length of title

These are then combined into the rather-arbitrary-but-seemingly-working-quite well

score = explorerPageviews * 10 - numNonDefaultSettings * 50 - titleLength

Note that explorerPageviews doesn't change between different views of the same explorers; so it's only used to discriminate results from different explorers.

@marcelgerber marcelgerber force-pushed the search-explorer-indexing-algolia branch 2 times, most recently from ee27595 to cb5fed2 Compare March 19, 2024 08:05
@marcelgerber marcelgerber force-pushed the search-explorer-indexing-algolia branch from cb5fed2 to 3c15ba9 Compare March 29, 2024 10:26
@marcelgerber
Copy link
Member Author

Closing in favor of #3428 and #3429.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discover: add explorer views into search index
1 participant