Hello,
I am currently using ONLYOFFICE Workspace and I am facing an issue where newly added data does not appear in search results until a reindexing process is performed. I would like to automate this process via API.
I found the endpoint POST /api/2.0/portal/search/reindex
, but I am not sure if this API can be used to fully reindex the search functionality, including CRM invoices and other related data.
My questions are:
- Is there an API endpoint specifically for triggering a full-text search reindex in ONLYOFFICE Workspace?
- If
POST /api/2.0/portal/search/reindex
can be used for this purpose, what are the required parameters? - Are there any alternative solutions to ensure that newly added data appears in search results without manual intervention?
Any guidance or official documentation references would be greatly appreciated.
Thank you!