In my wordpress site i need two types of search one for basic wordpress search another is custom search.both r separate .first one is ok but second one is creating problem.In custom search i have to search category and key word,Here category is custom_taxonomy and post type also custom post type. taxonomy=faq-group post_type=faq-item
example: if any one search category=Australia and keyword=visa Then it will show all post that have visa keyword and Australia category from faq module. I've searched it in google.I think,i've write custom query Thanks in advance