original_reply |
[{"entity": "Temple of Kwan Tai","summary": "History enthusiasts and spiritual seekers will appreciate the Temple of Kwan Tai, open daily from sunrise to sunset, offering a glimpse into Mendocino County's Chinese heritage."}] |
Temple of Kwan Tai query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Temple%of%Kwan%Tai%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Temple of Kwan Tai') OR SOUNDEX(post_title) LIKE SOUNDEX('temple of kwan tai') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Temple%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Kwan%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Tai%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Temple of Kwan Tai')OR SOUNDEX(post_title) LIKE SOUNDEX('temple of kwan tai')OR (post_title LIKE '%Temple%' OR post_title LIKE '%Kwan%' OR post_title LIKE '%Tai%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Temple of Kwan Tai |
{"post":{"ID":"31556","post_title":"Temple of Kwan Tai","match_count":"23"},"summary":"History enthusiasts and spiritual seekers will appreciate the Temple of Kwan Tai, open daily from sunrise to sunset, offering a glimpse into Mendocino County's Chinese heritage.","permalink":"https://www.visitmendocino.com/listing/temple-of-kwan-tai/"} |
paragraph |
History enthusiasts and spiritual seekers will appreciate the <a href="https://www.visitmendocino.com/listing/temple-of-kwan-tai/">Temple of Kwan Tai</a>, open daily from sunrise to sunset, offering a glimpse into Mendocino County's Chinese heritage.<br><br> |