Skip to content

Commit 2471edd

Browse files
authored
Merge pull request #133 from powersync-ja/benitav-patch-1
FTS polishes
2 parents cda3a55 + 252bd7f commit 2471edd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demos/react-supabase-todolist/src/components/providers/SystemProvider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export const SystemProvider = ({ children }: { children: React.ReactNode }) => {
3838

3939
connector.init();
4040

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

4345
return () => l?.();

0 commit comments

Comments
 (0)