Files
lasuite-docs/src
Manuel RaynaudandAnthony LC 290152e668 ♻️(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-11 10:53:27 +02:00
..
2026-09-11 10:53:22 +02:00
2026-09-04 18:19:06 +02:00