• 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

    (@5um17)

    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

    (@5um17)

    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.