Re: [pmapper-users] pmapper 4.3.2 - search (in postgis) with option sort="desc"
Brought to you by:
arminburger
From: jose m. <jos...@gm...> - 2015-10-29 21:39:41
|
Thanks Armin! Yes, it's possible to define the sort/order via the SQL definition in the search.xml file, like: <sql>SELECT DISTINCT proc_ano, proc_ano FROM p_obra WHERE proc_ano IS NOT NULL ORDER BY proc_ano DESC</sql> However the result is not reflected in the drop-down list. This means that's not possible to get the drop-down list sorted in descending order? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-4-3-2-search-in-postgis-with-option-sort-desc-tp4025805p4025807.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |