-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add meilisearch support #23136
Add meilisearch support #23136
Conversation
I have a question: if one year later, another "better-search" comes, then Gitea will have 4 search engines? and then 5, 6, 7 ... more and more? (just curious about the plan and the guideline about introducing new supports) |
I think one of the great things about Gitea is the flexibility, such as we don't prescribe any certain database and allow users to choose the DB that they are most comfortable with. We have the abstract interface in issues search to support additional search engines. Perhaps when plugins are supported we can switch out this functionality to use a plugin, but I think in the shortterm this gives users that choice. |
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Does it make sense to also support it for the repo indexer? |
@silverwind I think yes, but I was going to do that in a different PR once/if this is merged. |
ping lg-tm |
* upstream/main: Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (go-gitea#23687) Add CSS rules for basic colored labels (go-gitea#23774) Add meilisearch support (go-gitea#23136) Add missing translation for `actions.runners.reset_registration_token_success` (go-gitea#23732) [skip ci] Updated translations via Crowdin Implement Issue Config (go-gitea#20956) Set repository link based on the url in package.json for npm packages (go-gitea#20379) Add API to manage issue dependencies (go-gitea#17935) Add creation time in tag list page (go-gitea#23693) Make minio package support legacy MD5 checksum (go-gitea#23768) Yarden Shoham has a new email address (go-gitea#23767) fix br display for packages curls (go-gitea#23737)
@techknowlogick Could this also be used for the code indexer or is it limited to issue indexing for technical reasons? |
Add meilisearch support
Fixes #20665