Make a WP Query search match exactly the search term
I’m using WP Query and the results coming back when using the search term aren’t working as I wish. For example searching for ‘art’ returns also results for words containing ‘art’ such as ‘part’.
How can I avoid this? and just return results for ‘art’ containing the exact word ‘art’.