Armin,
I found that the search in postgis layer is always with wildcard. It is 
not respecting

wildcard="0" or wildcard="1" in search.xml .

I just temporary replaced

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

by

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

to get it working without the wildcard.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to