Search multiple custom fields by using meta_query
I’m trying to create a search results listing for a custom post type and the problem I’m running in to is with the way the ‘meta_query’ parameter is stringing the passed values together. It appears to be treating each ‘meta_query’ value as an ‘AND’ rather than ‘OR’. Here is the code I’m using: