• I am trying to put together a search form/engine for users/authors, that allows searching on full names (display_name) and keywords in author descriptions (usermeta).

    Is that possible with WP_User_Query? How? Something with meta_key I guess, but I can’t figure it out.

    Or is the search parameter limited to user_email, user_login,ID,user_url, user_login and user_nicename anyway?

    Or could this be done with a custom query?

  • The topic ‘Search users including descriptions’ is closed to new replies.