TanStack / tanstack.com

The marketing and docs site for all TanStack projects

Home Page:https://tanstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malformed algolia search results

timmyichen opened this issue · comments

I think this is different from #138, but the algolia search results have a malformed URL.

For example, searching for useMutation:

https://tanstack.com/query/v4/docs/react/reference/useMutation <-- Algolia search result links to
https://tanstack.com/query/v4/docs/framework/react/reference/useMutation <-- Actual docs page found in sidebar

Going to the malformed URL without /framework/ just redirects to the docs homepage, which can be confusing for some folks. I don't think the fix is within this repo (as opposed to whatever Algolia has cached) but happy to open a PR if I'm wrong.

Hi @timmyichen , I think this is probably something Algolia has cached. I'm going to see if I can temporarily fix this. See also: TanStack/query#6772

Thanks for the quick fix!