Change the value in:
componentes/com_joodb/models/catalog.php
Line 87
if (strlen($this->getState('search'))>=3)
For
if (strlen($this->getState('search'))>=2)
Or any value do you need.
Good Luck
Hi,
I reduced the search function on the normal search function down to a minimum of 2 characters?
However, when I search on Joodatabase it doesn't recognise any criteria less then 3 - is there a way of reducing it?
Thanks in advance