BrooklynWelsh / CS452_Weather_App

An Android weather app being completed for CS 452 Senior Project.
0 stars 0 forks source link

FTS4 searching isn't working. #9

Closed BrooklynWelsh closed 3 years ago

BrooklynWelsh commented 4 years ago

Search branch doesn't work when trying to query the FTS database for search queries. May need to implement a different solution.

BrooklynWelsh commented 3 years ago

FTS searching now works. Implemented with SQLiteDatabaseHelper instead of Room.