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

[feature]add search function #281

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

osaguild
Copy link
Contributor

@osaguild osaguild commented Jul 5, 2022

description

  • This is the pr for using algolia doc search.
  • To use the doc search, you need to get the key for algolia. vinzvinci and aggre apply and set the keys on vercel.
  • This pr allows search by changing config.

@vercel
Copy link

vercel bot commented Jul 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
docs-devprotocol-xyz ✅ Ready (Inspect) Visit Preview Jul 22, 2022 at 0:45AM (UTC)

@osaguild
Copy link
Contributor Author

osaguild commented Jul 5, 2022

  • hmm, docsearch does not work. this may be the same issue.
  • I know the cause of Github actions. it is because the environment variables are not set to GitHub secret.
  • GitHub actions only do lint and format, it is not related to docsearch issue.

@osaguild
Copy link
Contributor Author

osaguild commented Jul 6, 2022

I tested using dummy key. result is below.

  • appId: error is occurred. message: "Invalid Application-ID or API key"
  • apiKey: error is occurred. message: "Invalid Application-ID or API key"
  • indexName: error is occued. message: "Index test does not exist"

In my case error is not occurred so keys are correct.I think this is the index problem. maybe need to recreate new one like this

@vinzvinci
Copy link
Member

Hey let me put on-hold on this first.

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

Successfully merging this pull request may close these issues.

None yet

2 participants