Fix numeric filters by casting value for numeric fields to float.
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