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

✨(backend) search documents #106

Closed
Tracked by #107
AntoLC opened this issue Jul 1, 2024 · 2 comments · Fixed by #429
Closed
Tracked by #107

✨(backend) search documents #106

AntoLC opened this issue Jul 1, 2024 · 2 comments · Fixed by #429
Assignees

Comments

@AntoLC
Copy link
Collaborator

AntoLC commented Jul 1, 2024

Feature Request

We want the list document endpoint to be able to search (filter) documents, it will search on the document title and content.
The document content is stored in a Minio server as a base64, so the content will probably have to be indexed.
We want to keep the pagination and the ordering.

In order to be ready for dev, we want to have a common platform ready that indexed all the different resources (Docs / Grist etc...).

@AntoLC
Copy link
Collaborator Author

AntoLC commented Jan 3, 2025

Made here: #429

@AntoLC AntoLC closed this as completed Jan 3, 2025
@sampaccoud
Copy link
Member

sampaccoud commented Jan 3, 2025

@AntoLC The Pull Request your are pointing only implements search on the title. This issue was requesting search on the content as well. This is on the roadmap but requires much more work.

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

Successfully merging a pull request may close this issue.

2 participants