You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current idea is for this to simply be a filter on the contents of the main screen (i.e. maintain tabs but filter rankings/fixtures/results/etc based on search text). The UI/UX for this is TBD.
Considering there could be no search results for a query, empty state screens will need to be added for rankings/fixtures/results (already exists for live and can be reused)
The current idea is for this to simply be a filter on the contents of the main screen (i.e. maintain tabs but filter rankings/fixtures/results/etc based on search text). The UI/UX for this is TBD.
The DB queries will need to be adjusted. Use the
LIKE
operator or newly-added Room FTS (https://medium.com/@sienatime/enabling-sqlite-fts-in-room-2-1-75e17d0f0ff8).The text was updated successfully, but these errors were encountered: