address indexing issue where data block becomes unsearchable
Issue: 49
In Elastic v7, if we have any property with following mapping
"data": {
"properties": {}
}
It gets mapped to object
type in Elastic. This makes all attributes inside data
block un-searchable by Search Service API.
MR addresses the issue, so we don't get into this scenario.
Edited by Neelesh Thakur