Skip to content

Disable updating fields. module will only create field

aancaa requested to merge bugs/disable-update-fields into 1.0.x

changes in this PR:

  1. disable updating fields, existing fields in coveo will not be updated.
  2. module can only create fields from search_api yaml config.
  3. move the error handling in doRequest function.
  4. If the coveo error code is FIELD_DOES_NOT_EXIST do not log error message. the error is expected and will only appear when retrieving the coveo field and it does not exist.

Merge request reports