Skip to content

Conversation

torqdev
Copy link
Contributor

@torqdev torqdev commented Oct 3, 2025

When filtering assets, specifically numeric fields like id, the values were not being applied with the IN filter in the query. This makes it so users could not filter by multiple asset ids like they could with data objects.

When filtering via numeric values, it now checks if its a in filter operator, then attempts to check to see if the value is already an array. If not, it uses similar logic to data object numeric parsing to split on all non-numeric values to get an array. Also added a cast on the db->quote value to make sure all values are strings.

Copy link

sonarqubecloud bot commented Oct 3, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
2 New Critical Issues (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@robertSt7 robertSt7 self-assigned this Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants