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
Merge request reports
Activity
added Common Code label
mentioned in commit f2b01283
added MRBugfix label
changed milestone to %M7 - Release 0.10
Please register or sign in to reply