Re: [pmapper-users] Problems with search xml on postgis

2011-11-08 Thread salo
Hi Armin thanks a lot, now everything is alright! Armin Burger-2 wrote: > > you need to define 2 DB fields used for the OPTIONS, one for the key > used for the search and one for the displayed value, they can be the > same if you do not want to use an ID field, like > > ... SELECT DISTINCT

Re: [pmapper-users] Problems with search xml on postgis

2011-11-07 Thread Armin Burger
you need to define 2 DB fields used for the OPTIONS, one for the key used for the search and one for the displayed value, they can be the same if you do not want to use an ID field, like ... SELECT DISTINCT nombre, nombre FROM ... On 07/11/2011 20:14, salo wrote: > > Hello everyone, > > I have

[pmapper-users] Problems with search xml on postgis

2011-11-07 Thread salo
Hello everyone, I have defined the following search options: pgsql://postgres:postgres@localhost/pizano SELECT DISTINCT nombre FROM municipios WHERE nombre IS NOT NULL ORDER BYnombre