original_reply |
[{"entity": "Toulouse Vineyards & Winery","summary": "Wine enthusiasts will appreciate the handcrafted wines and picturesque vineyard of Toulouse Vineyards & Winery."}, {"entity": "Handley Cellars","summary": "Those looking for a wide selection of award-winning wines and a beautiful tasting room should visit Handley Cellars."}] |
Toulouse Vineyards & Winery query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Toulouse%Vineyards%&%Winery%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Toulouse Vineyards & Winery') OR SOUNDEX(post_title) LIKE SOUNDEX('toulouse vineyards & winery') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Toulouse%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Vineyards%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Winery%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Toulouse Vineyards & Winery')OR SOUNDEX(post_title) LIKE SOUNDEX('toulouse vineyards & winery')OR (post_title LIKE '%Toulouse%' OR post_title LIKE '%Vineyards%' OR post_title LIKE '%Winery%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Toulouse Vineyards & Winery |
{"post":"","summary":"Wine enthusiasts will appreciate the handcrafted wines and picturesque vineyard of Toulouse Vineyards & Winery.","permalink":""} |
Handley Cellars query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Handley%Cellars%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Handley Cellars') OR SOUNDEX(post_title) LIKE SOUNDEX('handley cellars') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Handley%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Cellars%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Handley Cellars')OR SOUNDEX(post_title) LIKE SOUNDEX('handley cellars')OR (post_title LIKE '%Handley%' OR post_title LIKE '%Cellars%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Handley Cellars |
{"post":{"ID":"31844","post_title":"Handley Cellars","match_count":"22"},"summary":"Those looking for a wide selection of award-winning wines and a beautiful tasting room should visit Handley Cellars.","permalink":"https://www.visitmendocino.com/listing/handley-cellars/"} |
paragraph |
Wine enthusiasts will appreciate the handcrafted wines and picturesque vineyard of Toulouse Vineyards & Winery.<br><br>Those looking for a wide selection of award-winning wines and a beautiful tasting room should visit <a href="https://www.visitmendocino.com/listing/handley-cellars/">Handley Cellars</a>.<br><br> |