× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Reducing Sort to minimum of 2

14 years 2 months ago #63 by
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

Please Log in to join the conversation.

  • Change Value
14 years 2 months ago #77 by Change Value
Replied by Change Value on topic Re:Reducing Sort to minimum of 2
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

Please Log in to join the conversation.

Moderators: Dirkjoest