The typesense scraper handles indexing all content on docs.altinn.studio. It creates a new collection, keeping the current collection active for handling requests during indexing. When the indexing job is complete, the collection alias is updated to point to the new collection.
However, existing synonyms and curations are not automatically migrated.
Let's add a function to the scraper that reads all current synonyms and curations and uploads them to the new collection, before updating the alias.
Description
The typesense scraper handles indexing all content on docs.altinn.studio. It creates a new collection, keeping the current collection active for handling requests during indexing. When the indexing job is complete, the collection alias is updated to point to the new collection.
However, existing synonyms and curations are not automatically migrated.
Let's add a function to the scraper that reads all current synonyms and curations and uploads them to the new collection, before updating the alias.
Additional Information
No response
Tasks
No response
Acceptance Criterias
No response