Search All Post Types
Closed this issue · 2 comments
pippinsplugins commented
The search feature currently only handles Posts, but I'd love to see it search inside of all register post types. This could be accomplished by simply passing post_type => 'any'
in the WP_Query args.
Happy to send up a pull request if you're interested.
Japh commented
If you want to send a pull request, you're welcome to :)
I was planning to make it use the post type as a keyword, hadn't though of using 'any', but will use that when no post type is specified!
stephenh1988 commented
I think currently is searches all post types with exclude_from_search
set to false, no?