Hello everyone,
I have this query and i want to get instead of the full product object only the name but not in english as it is saved in the database but in hebrew so i can insert it to a repeater in a dynamic page, is there a way?
wixData . query ( ’ Stores / Products ’ )
.eq ( ‘name’ , product . name )
. find()
. then ( res => {
console . log ( res ) ;
});
Thank you!