I recollect facing similar issue, where even through Re-index job wasn't able to fix it.
May be looking more into HAR file or raising request to sync back-end & front-end data by Support team would be able to solve it.
Thanks & Regards,
------------------------------
Chetan P
Lead MDM Specialist
Freshworks
Chennai
------------------------------
Original Message:
Sent: 06-05-2023 10:34
From: Sheshadri V
Subject: UI Search is not Working
Hi Karthik,
Have you tried this parameter in re-index job..
enableSeparateIndexing
If not you can hit the below cURL command and if the issue does not resolve raise an ticket with reltio support by providing the Re-Index Task ID's
curl --location --request POST 'https://{{env}}.reltio.com/reltio/api/{{tenantID}}/reindex?updateEntities=true&options=parallelExecution&force=true&IgnoreInStreaming=true&distributed=true&taskPartsCount=6&enableSeparateIndexing=true' \
--header 'Authorization: Bearer dvjsjdv' \
--header 'Content-Type: application/json'
Also provide HAR file while you search for any profile it will be helpful to debug the issue.
------------------------------
Sheshadri V
Fresh Gravity
------------------------------