Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
bernhara Posted June 3, 2024 Posted June 3, 2024 I'm using the API (HTTP POST on https://XXXXXX/api/forums/posts/{id}) to correct the content of some messages. To find the bad content I want to correct, I use a search expression (helps the API again). But once I corrected the content, a new search call still finds the initial uncorrected content. Indeed, the search index has not been updated with the new content. My question is how will the search index be updated? Is it automatically after some time or do I have to rebuild manually the complete index? PS: I also did a test by using the "edit" function available for admins on the Web page (=> not using the API), and the result is the same: no search index update.
Management Matt Posted June 3, 2024 Management Posted June 3, 2024 How do you correct the post, via the APIs?
bernhara Posted June 3, 2024 Author Posted June 3, 2024 API, yes. But as said, I also made a test using the GUI, and the result is the same.
bernhara Posted June 9, 2024 Author Posted June 9, 2024 Since I have to proceed to a manual search DB rebuild, is it possible to guess the time this operation will take (Invision Cloud hosted IPS with 1998617 posts)?
bernhara Posted June 9, 2024 Author Posted June 9, 2024 On 6/3/2024 at 6:38 PM, bernhara said: using the GUI, and the result is the same I may correct this claim. If I ask to display that the message has been edited (helps the checkbox), the search index for this specific message seems to updated. But I'm not absolutely sure.😏
Recommended Posts