This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
I'm trying to figure out if it's possible to filter by an age. If my content has two fields: min_age and max_age, is it possible to return results where the submitted number is between those two values?
For instance, if I have a post where the age range is 18-25, and someone filters with an age of 20, this post would be included, but if they submit 30, it would be excluded.
Well - so basically you have two custom fields that stores min and max age respectively. So, yes I think its easy, you need to add query filters for both of your filters.