Skip to content

fix: correct Algolia indexName typo from "metataflow" to "metaflow"#186

Open
adity1raut wants to merge 1 commit intoNetflix:masterfrom
adity1raut:fix/algolia-indexname-typo
Open

fix: correct Algolia indexName typo from "metataflow" to "metaflow"#186
adity1raut wants to merge 1 commit intoNetflix:masterfrom
adity1raut:fix/algolia-indexname-typo

Conversation

@adity1raut
Copy link
Copy Markdown

Problem

The Algolia search indexName was set to "metataflow" (extra ta),
which does not match the registered Algolia index. This caused every
search query on the docs site to return zero results — making the
search bar completely non-functional for all users.

Change

  • docusaurus.config.js line 100: "metataflow""metaflow"

Result

Docusaurus search now connects to the correct Algolia index and
returns relevant documentation pages as expected.

Fixed #183

Signed-off-by: adity1raut <araut7798@gmail.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 7, 2026

@adity1raut is attempting to deploy a commit to the Metaflow Team on Vercel.

A member of the Team first needs to authorize it.

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.

Typo in Algolia indexName causes search to return no results

1 participant