speedfinder problem solved?

I downloaded from dolistore a (free) module named “speedfinder” which helps you by letting you search by phone number etc… when i tried to use it there was some errors which i had to fix by changing the code.
specifically,:

  1. the strings were inside double quotes and i had to change them to single ones
  2. some column names had to be written lowercase instead of uppercase (for example SOCid–>socid

i’m writing this post for 2 reasons:

  1. to help anyone who maybe has the same problem
  2. to learn why was it coded like that? maybe the developer wasn’t using postgres? what’s your opinion?

Sure, the developer wasn’t surely using postgres