hi guys, I have a database named product.
I want to filter my products from high price to low price using multi filtering feature. How can I do that. I am using the dropdown named #dropdown3 for this feature. . forMy codes–>
function search() {
wixData.query("products")
.contains("location", String($w("#dropdown1").value))
.and(wixData.query("products").contains("shoes", String($w("#dropdown2").value)))
//code here, I want to filter by lowest price from highest price. btw for field name in db = "price"
.find()
.then(results =>{
$w("#repeater9").data = results.items
})
Sorry i was bussy Bruno. I could not answer. Thank you we succeed. Can I ask one more question? Is it possible change slideshow images duration in velo? Duration between slides minimum 3 sec. i need less