Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › I need to search for products but return related vendor (user) › Reply To: I need to search for products but return related vendor (user)
December 2, 2021 at 1:03 pm
#35843
Keymaster
Hi Patrick,
I’m afraid this is not possible without major customizations. Searching users by related post type contents is not possible.
If you decide to try custom coding, I recommend the asp_query_users filter – which gives you access to the final user search query. That should help you adding the required table joins for querying the user related posts.