This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Show fields which not indexed when create feature #383
Labels
enhancement
Enhance current feature for better performance, user experience, etc
When create feature, we will show fields in dropdown list to let user choose. But if some field is not indexed, we will ignore it.
For example, if the index has such mapping
Then user can only see "value1", "value2.sum" in field dropdown list when create feature, can't see
value3.sum
. But actually user can still query fieldvalue3.sum
, so we need to show this field as well.The text was updated successfully, but these errors were encountered: