Skip to content

feat(api): Add pagination and search filters to documents list endpoint #428

Description

@param20h

Description\nAs workspaces grow, loading all documents at once will degrade performance. We need to support offset pagination and keyword filtering on the /documents list API.\n\nRequirements\nUpdate the document query function to accept page, limit, and query parameters.\nPerform search filtering on document names in the database.\nReturn pagination metadata (total, limit, page, total_pages).

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions