Skip to content

Commit

Permalink
Merge pull request #133 from powersync-ja/benitav-patch-1
Browse files Browse the repository at this point in the history
FTS polishes
  • Loading branch information
benitav authored Apr 18, 2024
2 parents cda3a55 + 252bd7f commit 2471edd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export const SystemProvider = ({ children }: { children: React.ReactNode }) => {

connector.init();

// Demo using SQLite Full-Text Search with PowerSync.
// See https://docs.powersync.com/usage-examples/full-text-search for more details
configureFts();

return () => l?.();
Expand Down

0 comments on commit 2471edd

Please sign in to comment.