You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue addresses exactly the same case like in #81, but for all types of optional data, where empty means null.
Pimcore returns null for non-required fields. The current implementation leads to data inconsistency between backend and index.
Scenario
Consider having indexed a pimcore data object, with an optional field which has a value.
Now in pimcore backend, the field is emptied / cleared.
With the current implementation, it is impossible that this change will be comitted to the index out of the box (Object getter extractor).
The data in the index won't clear, because of the above issue.
The text was updated successfully, but these errors were encountered:
This issue addresses exactly the same case like in #81, but for all types of optional data, where empty means
null
.Pimcore returns
null
for non-required fields. The current implementation leads to data inconsistency between backend and index.Scenario
Consider having indexed a pimcore data object, with an optional field which has a value.
Now in pimcore backend, the field is emptied / cleared.
With the current implementation, it is impossible that this change will be comitted to the index out of the box (Object getter extractor).
The data in the index won't clear, because of the above issue.
The text was updated successfully, but these errors were encountered: