From 833c863915e48f5770d63c990c01e0b9476c754e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 15 Jan 2024 12:39:21 -0800 Subject: [PATCH] Link to FTS docs --- sqlite/sqlite-version-macos-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite/sqlite-version-macos-python.md b/sqlite/sqlite-version-macos-python.md index c0bd2aafb8..f7d00e007a 100644 --- a/sqlite/sqlite-version-macos-python.md +++ b/sqlite/sqlite-version-macos-python.md @@ -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 \