Skip to content

Commit

Permalink
Link to FTS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 15, 2024
1 parent 9c80722 commit 833c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite/sqlite-version-macos-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Note that the `dylib` version appears to be missing the FTS extension.

## Adding compiler options

Here's a modification that includes full-text support:
Here's a modification that includes [full-text search](https://www.sqlite.org/fts5.html) support:

```bash
gcc -dynamiclib sqlite3.c -o libsqlite3.0.dylib -lm -lpthread \
Expand Down

0 comments on commit 833c863

Please sign in to comment.