Discussions
How to do a search in a range?
I have a max number and a min number fields in my item form. What I am expecting is to get all the item results with the number between the max number and min number.
for instance, I have a width field with the max of 1000mm and the min of 100mm; and I also have a height field with the max of 800mm and the min of 200mm. I want to find all the items with the "100 < width< 1000" and the "200<height<800 ".
Is it possible to do that search in NS?
thanks