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 (43)
) AND (
( sato_postmeta.meta_key = 'tags' AND sato_postmeta.meta_value LIKE '{4bb147b8fc3be438ad60a1fdda865ea03ad3ebaa72520cf21e8054bd055fc694}\"1762\"{4bb147b8fc3be438ad60a1fdda865ea03ad3ebaa72520cf21e8054bd055fc694}' )
OR
( sato_postmeta.meta_key = 'post_meta_title' AND sato_postmeta.meta_value LIKE '{4bb147b8fc3be438ad60a1fdda865ea03ad3ebaa72520cf21e8054bd055fc694}Patient Safety{4bb147b8fc3be438ad60a1fdda865ea03ad3ebaa72520cf21e8054bd055fc694}' )
) AND sato_posts.post_type = 'solution' AND ((sato_posts.post_status = 'publish'))
GROUP BY sato_posts.ID
ORDER BY sato_posts.post_title ASC
LIMIT 0, 15