You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
Currently, our only way to search information in Zoo is to make DB queries, but with the introduction of the OpenAPI schemas support we already have a use case where we'd like to be able to search in that information without having to permanently store it in our database. There are other use cases, like files in the repository (README.md for example).
A good solution could be to use something like Elasticsearch where we could just index all the data we want to make searches over, using it as our main search backend in.
The text was updated successfully, but these errors were encountered:
Currently, our only way to search information in Zoo is to make DB queries, but with the introduction of the OpenAPI schemas support we already have a use case where we'd like to be able to search in that information without having to permanently store it in our database. There are other use cases, like files in the repository (
README.md
for example).A good solution could be to use something like Elasticsearch where we could just index all the data we want to make searches over, using it as our main search backend in.
The text was updated successfully, but these errors were encountered: