I have a Drupal 8.7 site with the Drupal Commerce 2.14 module.
I created a marketplace (several merchants on the same site). In the store type, I created a "Text (formatted, long)" field with the machine name field_terms_and_conditions.
In this field, the merchant writes his general conditions of sale, which the customer will have to accept during the order process.
I am using group module and indexing the "group content" entity. Elastic search is indexing only the newly created content but not the updated content. Can anyone please help me with this issue?