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

TanStack Form Search is broken / Missing algolia config #138

Open
MarkusWendorf opened this issue Jan 8, 2024 · 0 comments
Open

TanStack Form Search is broken / Missing algolia config #138

MarkusWendorf opened this issue Jan 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MarkusWendorf
Copy link

Hello,

the TanStack Form DocSearch is broken right now. It seems like the configuration is not set in the docs/config.json file.

https://github.com/TanStack/form/blob/main/docs/config.json#L2-L6

"docSearch": {
  "appId": "",
  "apiKey": "",
  "indexName": "tanstack-form"
},

as opposed to TanStack Query for example:

"docSearch": {
  "appId": "20TOVD6LOE",
  "apiKey": "35bc6c51aa322700d1383e17c4f669f4",
  "indexName": "tanstackquery"
},
@crutchcorn crutchcorn added the bug Something isn't working label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants