titmouse - 2009-08-26

I have a fix, includes/ZenSearchBox.php, line 52:

$this->_queryLimit = 2;//isset($_POST['queryLimit'])? $_POST['queryLimit'] : 10;

Looks like using "paging_max_rows" option is not implemented here. I changed this row to:

$this->_queryLimit = 20;

It works.

I also can see a lot of debug output calls from the search stuff, but I cant see it printed... maybe my ZenTrack setup is broken or a bug in debug code