I have a problem to filter data. I already have a data that contain size per product.
{"product_name":"new jeans","product_size_url":"27"},
{"product_name":"new sporty shoes ","product_size_url":"39"},
{"product_name":"new shoes ","product_size_url":"45"}
How do I build the query to show data that contains size 27,45 ?
I Really need help for this case. Thanks.