Title: Custom query
Last modified: June 1, 2018

---

# Custom query

 *  Resolved [Matteo Legittimo](https://wordpress.org/support/users/mattleg/)
 * (@mattleg)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/custom-query-14/)
 * Hello,
    is it possible to working with a custom search? Im doing an ajax live
   search, so result are showed by javascript, non in search result page. This is
   my query:
 *     ```
       $args = array(
               'orderby' => 'title',
               'order' => 'ASC',
               'tax_query' => array(
                   array(
                       'taxonomy' => 'faculty_list',
                       'field' => 'term_id',
                       'terms' => $term_id,
                   )
               ),
               's' => $search
           );
       ```
   
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sumit Singh](https://wordpress.org/support/users/5um17/)
 * (@5um17)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/custom-query-14/#post-10371239)
 * Hi,
 * It is suppose to work with Ajax. However, in my test I found it is not working
   because of a minor typo.
    I will fix and upload this change to development version
   in couple of days. If you are in hurry then please let me know I will share the
   changes with you.
 * Thanks
 *  Plugin Author [Sumit Singh](https://wordpress.org/support/users/5um17/)
 * (@5um17)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/custom-query-14/#post-10598912)
 * Hi,
 * Just to let you know this issue has been fixed in latest version 1.2
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom query’ is closed to new replies.

 * ![](https://ps.w.org/wp-extended-search/assets/icon-256x256.png?rev=2436853)
 * [WP Extended Search](https://wordpress.org/plugins/wp-extended-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-extended-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-extended-search/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-extended-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-extended-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-extended-search/reviews/)

## Tags

 * [ajax](https://wordpress.org/support/topic-tag/ajax/)
 * [wpes](https://wordpress.org/support/topic-tag/wpes/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sumit Singh](https://wordpress.org/support/users/5um17/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/custom-query-14/#post-10598912)
 * Status: resolved