| original_reply | [{"entity": "Village Toy Store","summary": "Toy enthusiasts, families, and visitors looking for a charming toy shopping experience will appreciate the unique selection and friendly service at the Village Toy Store."}] |
| Village Toy Store query | SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Village%Toy%Store%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Village Toy Store’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘village toy store’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Village%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Toy%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Store%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Village Toy Store’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘village toy store’)OR (post_title LIKE ‘%Village%’ OR post_title LIKE ‘%Toy%’ OR post_title LIKE ‘%Store%’))HAVING match_count >= 3ORDER BY match_count DESC; |
| Village Toy Store | {"post":{"ID":"31772","post_title":"Village Toy Store","match_count":"23"},"summary":"Toy enthusiasts, families, and visitors looking for a charming toy shopping experience will appreciate the unique selection and friendly service at the Village Toy Store.","permalink":"https://www.visitmendocino.com/listing/village-toy-store/"} |
| paragraph | Toy enthusiasts, families, and visitors looking for a charming toy shopping experience will appreciate the unique selection and friendly service at the <a href="https://www.visitmendocino.com/listing/village-toy-store/">Village Toy Store</a>.<br><br> |