Files
lasuite-docs/src/backend
Manuel Raynaud 8f67c256c1 ♻️(backend) index the document content from updated_content endpoint
the search indexer reads it with `YHubService`, and the indexation
of an edited document is triggered by the `content-updated` call
the collaboration server makes — nothing else sees the content change
anymore.
It is queued as a celery task, throttled like the other updates, so
no indexation ever runs in the process serving the request.
A document whose content cannot be read is left out of the batch
rather than indexed empty, which would have erased it from the search
backend
2026-09-21 14:46:12 +02:00
..
2026-09-15 14:00:47 +02:00
2026-08-04 10:16:51 +02:00
2026-08-04 10:16:51 +02:00