Fix search results not showing on API 23 (6.0, Marshmallow).
Issue was with _id column aliases needing to be dereferenced from table aliases in the UNION query for destinations and events. Also bumps database version, although it is probably not necessary for the changes here.
Also fixes reference to place icon used in results list, which must have changed.
Testing
Test on emulator running API 23 / OS version 6.0/Marshmallow
Search should work as expected
Search results for places should have place icon to the left
Overview
Fix search results not showing on API 23 (6.0, Marshmallow).
Issue was with
_id
column aliases needing to be dereferenced from table aliases in theUNION
query for destinations and events. Also bumps database version, although it is probably not necessary for the changes here.Also fixes reference to place icon used in results list, which must have changed.
Testing
Fixes #146.