Hey, does anyone know if I can filter on a full te...
# help
y
Hey, does anyone know if I can filter on a full text search? Using the JS syntax. Trying to only search items that have been "approved" but im getting all that are "pending" as well. I can filter on the FE but that doesn't seem ideal, and last resort would be to restructure the way im storing these items.
I got around this by added an & approved to the search query
p
Please elaborate