-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP80, 7.0.10.11 DXP SP11, 7.0.X, 7.1.10 DXP FP8, 7.1.10.2 SP2, 7.1.3 CE GA4, 7.1.X, Master
-
Component/s: Forms
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Sprint:Forms_7.2_14
-
Git Pull Request:
A form field configured with Searchable=disabled is indexed in a field called ddm_none_*
Steps to reproduce
- Create a form
- Add a field
- In field properties, configure it with searchable = disabled
- Save and publish form
- Open form URL and fill it with some data
- Go to Elasticsearch
- Check stored fields for created data:
- Expected behavior: Stored data doesn't contains any ddm_* field
- Wrong behavior: Stored data contains a ddm_none field
- Expected behavior: Stored data doesn't contains any ddm_* field