-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.1.10 DXP FP13, 7.1.X, 7.2.10 DXP FP1, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: Forms
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Form's values are indexed even though property 'Searchable' is set to 'Disable'.
Steps to reproduce:
- Create a new Form.
- Add a new TextField and set property 'Searchable' to 'Disable'.
- Save Form.
- Add created Form to a page.
- Submit this form with some value in text filed (i.e. answer_one).
- Search by this value (i.e. answer_one) in Search Bar.
Current behavior
Search results find a Form Record with this value (i.e. answer_one).
Expected behavior
Search results don't find a Form Record with this value (i.e. answer_one).
- relates
-
LPS-89365 A form field configured with Searchable=disabled is indexed in a field called ddm_none_*
- Closed