<p>
Hi to everyone !
</p>
<p>
First I would like to give you my congratulations for this great work, It is very useful to a lot of people like me.
</p>
<p>
I was working with search plugin using data base postgres/postgis for raster information. The search work great
</p>
<p>
but When I clicked on the result it wasnt working fine. I release that the problem was in this file :&nbsp; coreplugins/mapquery/server/ServerMapquery.php
</p>
<p>
<font color="#ff0000">Line (89), at databaseQueryString function:&nbsp; return array(&quot;$idAttribute IN ($queryString)&quot;);</font>
</p>
<p>
I dont know if is mapserver/mapscript bug or cartoweb's one.
</p>
<p>
If I replace that line with this one, works fine : &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return array(&quot;$idAttribute=$queryString&quot;);
</p>
<p>
&nbsp;I am using : php5-mapscript 4.10.0-5.1+etc
</p>
<p>
Cartoweb : 3.40&nbsp;
</p>
<p>
SOrry, if is not a correct place to post
</p>
<p>
Thanks !&nbsp;
</p>
<p>
&nbsp;
</p>