Open nkfoss opened 5 years ago
select * from taster join wineReviews on tasterFk=tasterId join location on locFk=locId where CONCAT(tasterId, name, twitter, locId, country, province, region, continent, description, designation, points, price, variety, winery, vintage) like '%%';
About 2.5 sec, but with 100 it's 0.04 sec.
search for wines by name, keywords, reviewer, country, etc