jqajaxsearch not show search

Hello,

i’have installed this extension:

jqajaxsearch: http://www.yiiframework.com/extension/jqajaxsearch

I put this in the view:


<?php

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

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

?>


<div id="search_results">

    

</div>

But when I try to look for something, nothing shows up in DIV.

Why?

Thank you.

Hello. The extension says "the action must return valid html"

What is you action code? What does it return?

In case you don’t see what I’m talking about, read this:

http://www.yiiframework.com/forum/index.php/topic/6409-jqajaxsearch-how-does-it-work/