Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Changing the data browser filter field (e.g. objectId
), or the filter condition (e.g. equals
) clears the filter text.
Feature / Enhancement Description
The filter text should should not be cleared, to make it faster to change filter field or condition.
Example Use Case
- A class may have multiple email field (e.g.
email1
,email2
), so when searching for an email address only the field needs to be changed, without re-entering the email address. - A user has entered the filter text and wants to correct the filter condition afterwards (e.g. from
equals
tostartsWith
), so only the condition needs to be changed, without re-entering the filter text.
Alternatives / Workarounds
Re-enter filter text.
3rd Party References
n/a