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

Support Algolia as drop-in search provider #396

Open
markdumay opened this issue Aug 6, 2023 · 0 comments
Open

Support Algolia as drop-in search provider #396

markdumay opened this issue Aug 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@markdumay
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Hinode currently provides search functionality using FlexSearch, available in the module mod-flexsearch. It generates a search index that is exposed as a client-side script. Although this works for smaller sites, this creates significant overhead for larger sites.

Describe the solution you'd like
Algolia is popular hosted-search provider, used by gohugo.io, getbootstrap.com, and other sites. It provides several plans, including a free tier for open-source documentation sites. Ideally, the support for Algolia acts as a drop-in replacement for the existing mod-flexsearch, with minimal configuration.

Describe alternatives you've considered
FlexSearch is the currently supported alternative. Other search engines might be added in a later stadium.

@markdumay markdumay added the enhancement New feature or request label Aug 6, 2023
@markdumay markdumay self-assigned this Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant