Meta Box
Support Forum
Support › General › Search in Advanced Select by Post Meta Value
I see there is a filter locking in before the query is made to search by title, wondering if you could add a filter to allow searching by title and/or post meta value by key?
Hi Austin,
The field post use the filter posts_search to search posts by title. You can also create a custom callback function to search by post meta. Please check the source code below https://github.com/wpmetabox/meta-box/blob/master/inc/fields/post.php#L154 https://github.com/wpmetabox/meta-box/blob/master/inc/fields/post.php#L181-L201
post
posts_search
So the answer is no. I will modify the query based on the current object.