Skip to content

feat: add name filter for GET /collections /documents endpoints#453

Merged
leoguillaume merged 2 commits into
mainfrom
419-add-name-filter-for-get-collections-and-documents-endpoints
Oct 14, 2025
Merged

feat: add name filter for GET /collections /documents endpoints#453
leoguillaume merged 2 commits into
mainfrom
419-add-name-filter-for-get-collections-and-documents-endpoints

Conversation

@FaheemBEG
Copy link
Copy Markdown
Contributor

@FaheemBEG FaheemBEG commented Oct 2, 2025

With this PR, it is now possible to :

  • Search collections (GET /collections) by filtering with a name.
  • Search documents (GET /documents) by filtering with :
    • A collection ID + a document name => search documents within a specific collection by filtering with a document name.
    • A document name => search documents within all available collections (for an user).

@FaheemBEG FaheemBEG requested a review from leoguillaume October 2, 2025 13:08
@FaheemBEG FaheemBEG self-assigned this Oct 2, 2025
@FaheemBEG FaheemBEG linked an issue Oct 2, 2025 that may be closed by this pull request
@FaheemBEG FaheemBEG assigned FaheemBEG and unassigned FaheemBEG Oct 6, 2025
Comment thread api/endpoints/chunks.py Outdated
Comment thread api/endpoints/chunks.py Outdated
Comment thread api/helpers/_documentmanager.py Outdated
Comment thread api/helpers/_documentmanager.py Outdated
@FaheemBEG FaheemBEG force-pushed the 419-add-name-filter-for-get-collections-and-documents-endpoints branch from cda6355 to 4b8b809 Compare October 9, 2025 15:38
@FaheemBEG FaheemBEG force-pushed the 419-add-name-filter-for-get-collections-and-documents-endpoints branch from bd947b1 to 17c1647 Compare October 14, 2025 12:35
@FaheemBEG FaheemBEG changed the title feat: add name filter for GET /collections /documents /chunks endpoints feat: add name filter for GET /collections /documents endpoints Oct 14, 2025
@leoguillaume leoguillaume merged commit 4ca6898 into main Oct 14, 2025
@leoguillaume leoguillaume deleted the 419-add-name-filter-for-get-collections-and-documents-endpoints branch November 14, 2025 21:11
This was referenced Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add name filter for GET /collections and /documents endpoints

3 participants