Hola lista...<br>estoy intentando hacer una consulta de tipo &quot;options&quot;
en el search de pmapper y no se por qué al seleccionarlo éste
simplemente no hace nada (ni siquiera se queda cargando)<br>modifiqué un ejemplo que aparece en la lista de usuarios de pmapper y aún no se qué pasa.<br>
<br>&lt;searchitem name=&quot;rutas_options_pg&quot; description=&quot;Caminos&quot;&gt;<br>&nbsp; &lt;layer type=&quot;postgis&quot; name=&quot;Rutas&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;field type=&quot;s&quot; name=&quot;rutas&quot; description=&quot;Seleccione...&quot; wildcard=&quot;2&quot;&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;definition type=&quot;options&quot; connectiontype=&quot;db&quot; sort=&quot;asc&quot; firstoption=&quot;*&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dsn encoding=&quot;UTF-8&quot;&gt;pgsql://<div id=":0" class="ArwC7c ckChnd">
postgres:postgres@localhost/demogis&lt;/dsn&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;sql&gt;SELECT DISTINCT ruta,ruta FROM demociudad WHERE ruta IS NOT NULL ORDER BY ruta&lt;/sql&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dblayer encoding=&quot;ISO-8859-1&quot; keyfield=&quot;ruta&quot; showfield=&quot;ruta&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/definition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/field&gt;<br>&nbsp; &lt;/layer&gt;<br>&lt;/searchitem&gt;<br><br>si alguien me pudiera ayudar estaría muy agradecido, porque llevo varios dias intentando de distintas formas.<br>Además he probado los ejemplos con &quot;options&quot; de pmapper-dev y ninguno me da resultados.<br>

Saludos</div>