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: index explorer views to Algolia #3350

Closed
wants to merge 4 commits into from

Conversation

marcelgerber
Copy link
Member

@marcelgerber marcelgerber commented Mar 14, 2024

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 marked this pull request as draft March 14, 2024 18:02
@marcelgerber marcelgerber deleted the search-explorer-indexing branch March 18, 2024 18:17
@marcelgerber
Copy link
Member Author

Closing because of a branch rename.

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