Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.1.x, 7.0.x
-
Committed
-
1
-
3
-
Forms_7.2_14
-
Regression Bug
Description
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