<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 : coreplugins/mapquery/server/ServerMapquery.php
</p>
<p>
<font color="#ff0000">Line (89), at databaseQueryString function: return array("$idAttribute IN ($queryString)");</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 : return array("$idAttribute=$queryString");
</p>
<p>
I am using : php5-mapscript 4.10.0-5.1+etc
</p>
<p>
Cartoweb : 3.40
</p>
<p>
SOrry, if is not a correct place to post
</p>
<p>
Thanks !
</p>
<p>
</p>