Skip to content

Fix numeric filters by casting value for numeric fields to float.

Niels de Ruijter requested to merge feature/views-numeric-filter into master

Ran into an issue with Socialistische Partij Gemeente websites. A view filter expected a numeric value, but we passed the value in as string. Causing the filter to fail and the view to return nothing.

Edited by Niels de Ruijter

Merge request reports

Loading