I am trying to: Show results with a value between the min/max value for the wpcf-available-space field.
Link to a page where the issue can be seen: hidden link
I expected to see: If I change the min/max value for any number above or below the wpcf-available-space value then the posts in that range would show.
Instead, I got: If I put 99999 I get 4 results which is incorrect (should be 3), but if I put 100000 I get no results and should still get 3 results. If I put 6581917 I should get 4 results but only get 3.
Hello and thank you for contacting the Toolset support.
The issue comes from the filter setting. You were comparing the field as a string where you should compare it as a number. Check this screenshot hidden link
I wanted to test it further, but I am not sure where did you test the values (99999, 100000, 6581917)? In max or in Min?
Please check if the view works as expected now. If it does not, please provide a test case that shows the issue.
Hello, yes that was the problem. At first, the field was a string and it was not working so I switched it to a number but did not realize the filter would have to be updated as well.
Thank You 🙂