• Resolved cochii

    (@cochii)


    Hello
    it is possible to get all results of search with ajax call with this plugin ?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sumit Singh

    (@5um17)

    Hi,

    Yes this plugin works with Ajax calls as well. You just need to pass the search string in WP_Quey.

    Thanks

    Hello,
    can you please tell me what is the exactly query that i have to add for activate the live search please? And also where i have to put in the plugin code.

    I have try to see inside the WP_ES.php and i find this string:

    /* Filter to modify search query */
            add_filter( 'posts_search', array($this, 'wp_es_custom_query'), 500, 2 );

    Is this?
    Thanks ??

    Plugin Author Sumit Singh

    (@5um17)

    Hi,

    I am sorry I don’t understand your question.
    I meant to say that plugin works with Ajax requests. If any plugin/theme making search query using Ajax then it will work with WPES, and there is no need to change anything in the plugin code.

    If this is not what you are asking then could you please elaborate your requirements?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get result with ajax’ is closed to new replies.