SELECT SQL_CALC_FOUND_ROWS sato_posts.ID
FROM sato_posts LEFT JOIN sato_term_relationships ON (sato_posts.ID = sato_term_relationships.object_id) INNER JOIN sato_postmeta ON ( sato_posts.ID = sato_postmeta.post_id )
WHERE 1=1 AND (
sato_term_relationships.term_taxonomy_id IN (52)
) AND (
( sato_postmeta.meta_key = 'tags' AND sato_postmeta.meta_value LIKE '{71f123d6554d503a8976ec5e6b4ea25172a6046774d72a5d2f82f81b4f6c33fd}\"1434\"{71f123d6554d503a8976ec5e6b4ea25172a6046774d72a5d2f82f81b4f6c33fd}' )
OR
( sato_postmeta.meta_key = 'post_meta_title' AND sato_postmeta.meta_value LIKE '{71f123d6554d503a8976ec5e6b4ea25172a6046774d72a5d2f82f81b4f6c33fd}cerner{71f123d6554d503a8976ec5e6b4ea25172a6046774d72a5d2f82f81b4f6c33fd}' )
) AND sato_posts.post_type = 'product' AND ((sato_posts.post_status = 'publish'))
GROUP BY sato_posts.ID
ORDER BY sato_posts.post_title ASC
LIMIT 0, 15