You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently resolved a bug that caused certain filters in Swagger to return zero results when -- was selected. Now, selecting -- correctly returns all results for newer filters. While this fix has been applied to some filters, it should be consistently implemented across all filters.
We should also include this fix in the validation of the args as well.
It was first changed in the disposition ticket but was also updated in the subject ticket later. There's some differences between these two solutions, but the same outcome. (Adding '' to the validation and adding if empty string to the if statement before applying the query.
Related ticket(s)
(Include the tickets that either came before, after, or are happening in tandem with this new ticket)
[ ]
Action item(s)
(These are the smaller tasks that should happen in order to complete this work)
All filters return all results when an empty string is queried
Completion criteria
(What does the end state look like - as long as this task(s) is done, this work is complete)
[ ]
References/resources/technical considerations
(Is there sample code or a screenshot you can include to highlight a particular issue? Here is where you reinforce why this work is important)
The text was updated successfully, but these errors were encountered:
What we’re after
We recently resolved a bug that caused certain filters in Swagger to return zero results when
--
was selected. Now, selecting--
correctly returns all results for newer filters. While this fix has been applied to some filters, it should be consistently implemented across all filters.We should also include this fix in the validation of the args as well.
It was first changed in the disposition ticket but was also updated in the subject ticket later. There's some differences between these two solutions, but the same outcome. (Adding '' to the validation and adding if empty string to the if statement before applying the query.
Related ticket(s)
(Include the tickets that either came before, after, or are happening in tandem with this new ticket)
Action item(s)
(These are the smaller tasks that should happen in order to complete this work)
Completion criteria
(What does the end state look like - as long as this task(s) is done, this work is complete)
References/resources/technical considerations
(Is there sample code or a screenshot you can include to highlight a particular issue? Here is where you reinforce why this work is important)
The text was updated successfully, but these errors were encountered: