The disableFreeTextSearch parameter in the si-filtered-search-search-criteria component does not work as expected. Setting the parameter does not disable the free text search functionality.
Steps to Reproduce
- Use the si-filtered-search-search-criteria component.
- Set disableFreeTextSearch to true.
- Observe that the free text search input remains available/interactable.
Expected Behavior
When disableFreeTextSearch is set to true, the free text search input should be disabled, allowing users to filter only by the specified criteria.
Actual Behavior
Despite disableFreeTextSearch being set to true, the free text search remains enabled, and users can still input search terms freely.
