rrbrambley / MessageBeast-Android

A library for building Message-based apps on App.net
MIT License
5 stars 0 forks source link

ADNDatabase.getPlacesWithMatchingName() is doing weird stuff. #45

Open rrbrambley opened 10 years ago

rrbrambley commented 10 years ago

In the first step of this method, we rely on the location instances search table to return place names. The values that are returned are sometimes totally different (DO NOT MATCH) the query string, and are also null sometimes. This is very strange because I explicitly check for a null location value before attempting to insert searchable display location instances in insertSearchableDisplayLocation().