docs: improve searchibility with algolia #8325
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a work in progress, not working yet we have an issue with the records size.
I was trying to run the
.github/workflows/upload-algolia.py
locally and run into this kind of errorWe are generating massive objects that go into the
search.json
For example the object generated by this section https://ibis-project.org/reference/expression-tables#methods is ~225KB (this one is entry 459) you can take a look at it here: https://ibis-project.org/search.json
Not even the paid planned would not allow this.
For Build plans:
For Standard, Premium and Grow plans:
I think a solution could be instead of using the
search.json
from quarto, try to see what kind of index does the algolia crawler generates. According to this docs it sounds like we could get it for free if we have a Netlify account, which I believe we have?Sweet, there is already a crawler GHA https://github.com/algolia/algoliasearch-crawler-github-actions.
But I'm not sure if that's the right way to go about this. Opening this to discussion.
Closes: #7995
cc: @gforsyth