Skip to content

Commit

Permalink
📝 keep a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-KT authored and sidferreira committed May 10, 2021
1 parent be8113d commit 3d6353d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ cause all or some of user's data to be deleted. More information available via G
This is called when underlying IndexedDB encountered a quota exceeded error (ran out of allotted disk space for app)
This means that app can't save more data or that it will fall back to using in-memory database only
Note that this only works when `useWebWorker: false`
- [SQLiteAdapter] Added support for Full Text Search for SQLite adapter:
Add `isSearchable` boolean flag to schema column descriptor for creating Full Text Search-able columns
Add `Q.textMatches(value)` that compiles to `match 'value'` SQL for performing Full Text Search using SQLite adpater

### Changes

Expand Down

0 comments on commit 3d6353d

Please sign in to comment.