<Settings>
<Setting name="staticWhereField" value="yes"/>
</Settings>
17 December 2025
Search now supports dynamic filtering based on selected field values, automatically applying workflow-specific rules to deliver more accurate results.
This behavior can be configured using staticWhereField setting, which allows defining value-specific where-conditions at the field level. When a value is selected, its corresponding condition is applied to refine search results.
To enable the feature, set staticWhereField to yes and define conditions using staticWhereField:<value>.
Example:
<Settings>
<Setting name="staticWhereField" value="yes"/>
</Settings>
Please refer Dynamic, Value-Based Search Criteria for more details.
The following issue has been fixed in this release
| Issue | Description |
|---|---|
HE-4419 |
Dynamic search criteria based on the value selection in NSX search |
HE-4409 |
Search criteria is not working after user clicks on Table configurator |