BNHM / ecoreader

Publish, visualize, and query field notebook data from source collections
http://ecoreader.berkeley.edu
Other
3 stars 3 forks source link

Add geographic location #15

Closed cfidler closed 8 years ago

cfidler commented 8 years ago

Can we add the "Search by Higher Geography" option to the advanced search fields? Thanks!

jdeck88 commented 8 years ago

Folks like an autocomplete function. Also considering: country dropdown state/province dropdown

jdeck88 commented 8 years ago

Need to do two things:

1) create a higher geography lookup table that is joined to sections:

2) Then, create a SINGLE dropdown list with all of the higher geography fields.

| North America, United States, Washington, Thurston County | 2 | | North America, United States, Washington, Whitman County | 1 | | North America, United States, Washington, Yakima County | 2 | | North America, United States, Wyoming, Uinta County | 1 | | Pacific Ocean, United States, American Samoa, Samoa Islands, Tutuila Island

jdeck88 commented 8 years ago

Geographic search function implemented, following, to best of my ability the requirements and comments set forth on this thread.... will close this now. if you want additional features, open a new issue.