This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: I need to search for products but return related vendor (user)

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)

#35843
Ernest MarcinkoErnest Marcinko
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.