jqajaxsearch

Hello,

can somebody please tell me how to get this extension working?:slight_smile:

In controller i have action list, which shows list of data in which i would like to perform searching.

Then i have action search there and in its view i got this:


<?php

$this->widget('application.extensions.jqAjaxSearch.AjaxSearch',

    array('action'=>array('search'), 'target'=>'search_results', 'minChar'=>2));

?>

<div id="search_results"></div>

but no matter what i type inside search field it renders just whole list action…anyone can advice me how does search work? thanks in advance!

Maybe this post will solve your problem.

There you see all code needed to get it running, then you have to implement search functionality yourself after the ajax part works.