Author Topic: search a short string problem  (Read 4405 times)

4nd3rs

  • Newbie
  • *
  • Posts: 17
    • View Profile
search a short string problem
« on: July 07, 2009, 09:13:48 pm »
If I use the search looking for a company named "ZKW" or "Tor 3" or something like that short, search doesn't give any result. So I have trun over the pages... Is this expected behavier?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: search a short string problem
« Reply #1 on: July 09, 2009, 04:41:24 pm »
It's a problem with the search mechanism used in OpenGoo based on MySQL. A word should be at least 3 or 4 characters (depending on your MySQL settings I think) for it to be indexed. We shall improve search on the short term, but there's a lot to do on this aspect. Maybe we can make some small changes to fix this for next version, but we will have to measure how it will impact on performance first.

Greetings