mirror of
https://github.com/papra-hq/papra.git
synced 2025-12-16 20:24:27 -06:00
* feat(search): implement asynchronous document indexing and synchronization * Update .changeset/chilly-queens-knock.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update .changeset/chilly-queens-knock.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
371 B
371 B
@papra/docker
| @papra/docker |
|---|
| patch |
Document search indexing and synchronization is now asynchronous, and no longer relies on database triggers. This significantly improves the responsiveness of the application when adding, updating, trashing, restoring, or deleting documents. It's even more noticeable when dealing with a large number of documents or on low-end hardware.