Closed wwelling closed 3 months ago
Filters can have another filter within its string literal and cannot use string indexOf for inclusion in the filters query parameter. This PR adds a utility method to safely perform the condition and updates all locations which incur this bug.
Description
Filters can have another filter within its string literal and cannot use string indexOf for inclusion in the filters query parameter. This PR adds a utility method to safely perform the condition and updates all locations which incur this bug.