i have a little side site on my main one that has a database that can fill up with wix code tutorials. Here it is on each video there is a tags column right now its just a input box where they can ad tags like (database build example example). also on that site i have a search bar that can find certain videos via thows tagwords. my problem is the search bar can only find one word at a time. not a phrase or mix of tag words . how would i go about implementing this into the search bar ? here is the code for the search bar.
Have you tried swapping out “.contains” or “.hasSome”. That might do the trick.
i tried this and when i click the search bar it just makes it so the table disappears. darn it i was really hopin it would work XD