Skip to content

Dashboard lacks search and pagination; getDocs returns full rows unpaginated #56

Description

@Alimedhat000

Problem

GET /document (getDocs) returns every owned+collaborated document including the full content field, uncapped. The dashboard renders all of them with client-side sorting only — no search, no pagination/virtualization. This degrades quickly as document count and size grow.

Fix

  • Drop content from the list payload (only needed in the editor).
  • Add a search query param (title match) and limit/offset or cursor pagination.
  • Add matching search input to the dashboard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions