OpenTreeMap / otm-android

An OpenTreeMap client for Android. The OpenTreeMap code can be downloaded at https://github.com/OpenTreeMap/otm-core.
Other
22 stars 22 forks source link

Allow searching in any part of the map name on the public maps list screen #269

Closed maurizi closed 8 years ago

maurizi commented 8 years ago

Species and Map searching both share code paths, but I opted to have species search continue to match on only the start of words, which is what the website does.

Connects to #248

maurizi commented 8 years ago

@azavea-bot rebuild

mmcfarland commented 8 years ago

+1, verified that built apk contains the correct, new behavior. Code looks good.