Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-07-20 19:56:36 +02:00
commit 1be0d395eb
2 changed files with 7 additions and 13 deletions

View file

@ -546,6 +546,7 @@ public class BinaryMapPoiReaderAdapter {
break; break;
} }
} }
if (!matches) {
Map<String, String> lt = am.getAdditionalInfo(); Map<String, String> lt = am.getAdditionalInfo();
for (Entry<String, String> e : lt.entrySet()) { for (Entry<String, String> e : lt.entrySet()) {
matches = matcher.matches(e.getValue()); matches = matcher.matches(e.getValue());
@ -554,6 +555,7 @@ public class BinaryMapPoiReaderAdapter {
} }
} }
} }
}
if (matches) { if (matches) {
req.publish(am); req.publish(am);
} }

View file

@ -47,14 +47,6 @@ import com.jwetherell.openmap.common.UTMPoint;
public class SearchCoreFactory { public class SearchCoreFactory {
// TODO add full text search with comma correct order
// TODO MED add full text search without comma and different word order
// TODO exclude duplicate streets/cities/pois...
// UI edit in the middle (with words and comma)?
// UI support poi additional select type and search
// UI display results momentarily
// UI automatically increase radius if nothing found (log radius search)
//////////////// CONSTANTS ////////// //////////////// CONSTANTS //////////