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
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...).
The text was updated successfully, but these errors were encountered:
@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.
Feature Request
We want the list document endpoint to be able to search (filter) documents, it will search on the document
title
andcontent
.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...).The text was updated successfully, but these errors were encountered: