Documents are not indexed in masterdata v2 when the entity has multiple schemas
ID: 1077981
Backlog
Published on 8/8/2024
•
Last update on 8/8/2024
Summary
When a masterdata v2 entity has many schemas, it suffers from indexing problems and some documents are not returned in the search.
Simulation
- Check if the entity has multiple schemas (usually +50 schemas). Create a new document, for example, using the field email=test@test.com
- Search for documents (using _where=email=test@test.com)
- Check that this document is not returned because it was not indexed.
- When using the Get Documents route, the document returns normally.
Workaround
Open a ticket to the team requesting the reindexing of the entity.