(The URL provided above is for reference, currently i am working on a local VM)
i have a view and wanna create a filter on two custom fields (created by wp-types).
The fields contain latitude and longitude information for a map to display. Map is working.
However, the filter on numeric simply not work.
My filter is to find, for example, any latitude between 2 values say 22.22 or 23.09, the filter will fail and not return anything at all.
But if i change to integer value, 22 and 23, it will display correctly.
I checked your forum and it appears this is a known bug already.
Please let me know if there is any alternate solution