how to use array parameter with between operator.
-
I am trying to filter the custom post type with the price custom field of number type. I want to pass a range to apply filter like price[]=0 to price[]=2000. Now when I use this with BETWEEN operator, it does not work perfectly. The posts are not filtered perfectly. It seems it have some problem with text and number data types.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘how to use array parameter with between operator.’ is closed to new replies.