Is there a way for patch/partial update in Azure cognitive search? I need to update just one field in the search document.
We have 100 fields (including complex types) in the search document. If I want to just update one single field which is of complex type (list of objects). Is there an option available to update just one property?
Or do we need to always read the complete existing document, update the required field and merge?