in this point you have to use query when user search specific product you have to write sql query like this "SELECT * FROM products WHERE name ILIKE '%johnsons%' AND name ILIKE '%baby%' AND name ILIKE '%oil%'; " I think it's the most simple way to find specific product