tubackkhoa / gbif-dataportal

Automatically exported from code.google.com/p/gbif-dataportal
0 stars 1 forks source link

Filter query problem with text browser #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The text browser Lynx double escapes the filter url that is constructed
causing the query string parsing logic to fail.

The problem is mainly caused by the escaping of the ampersands in the
constructed url.

Concerning URL:

http://data.gbif.org/occurrence/search.htm?c%5B0%5D.s=0&c%5B0%5D.p=0&c%5B0%5D.o=
Strix+aluco&c%5B0%5D=c%5B0%5D.s%3D0%26c%5B0%5D.p%3D0%26c%5B0%5D.o%3DStrix+aluco

Original issue reported on code.google.com by josecua...@gmail.com on 31 Jul 2009 at 1:55

GoogleCodeExporter commented 8 years ago
There's no problems browsing the data portal using Lynx. Tested in Lynx version
2.8.5rel-1

This screenshot shows the a page of a URL with ampersands:
http://farm4.static.flickr.com/3406/4625380228_00b165b6f1_o.png

Original comment by daniel.amariles88 on 20 May 2010 at 9:35