Search Multiple Fields in a Collection using a search box!

Hello,
is it possible to search from multiple fields in a database using a single search box. Currently I am using this code to search from a single field:

let searchboxvalue = $w("#searchbox").value;
$w("#dataset1").setFilter(wixData.filter().contains("description", searchboxvalue));

I now need to search both “title” and “description” field at the same time like a OR logic. Is this possible ?

see this thread:

I have the same question as Anand. And I dont think the link Ziv shared fully answers it.

@Anand, were you able to figure it out?

https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html#or

https://www.wix.com/corvid/forum/community-discussion/database-search-against-multiple-fields