It is a known issue that regexp fuctions are not working with cyrillic in 
PostgreSQL (i have the latest 8.3). And becouse of that i make this fix:



search.php - 329:

Was:

                $qs .=  " $valoperator $f ~* '$val' " ;

Now:

                $qs .=  " $valoperator $f ILIKE '%$val%' " ;



Maybe it will save some time for somebody:))

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to