TAMULib / scholars-angular

MIT License
1 stars 1 forks source link

[Issue 363]: Prevent false positive filters query param check #365

Closed wwelling closed 3 months ago

wwelling commented 3 months ago

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.