From 31352914c427162f785d2610222a54a426d5215f Mon Sep 17 00:00:00 2001 From: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com> Date: Wed, 13 Oct 2021 17:10:23 -0400 Subject: [PATCH] Update full_text_search.rst (#1474) Change "above" to "below" to correct correspondence of reference to example. --- docs/full_text_search.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/full_text_search.rst b/docs/full_text_search.rst index 90b2e8c1..a285417f 100644 --- a/docs/full_text_search.rst +++ b/docs/full_text_search.rst @@ -47,7 +47,7 @@ If that option has been specified in the table metadata but you want to over-rid Configuring full-text search for a table or view ------------------------------------------------ -If a table has a corresponding FTS table set up using the ``content=`` argument to ``CREATE VIRTUAL TABLE`` shown above, Datasette will detect it automatically and add a search interface to the table page for that table. +If a table has a corresponding FTS table set up using the ``content=`` argument to ``CREATE VIRTUAL TABLE`` shown below, Datasette will detect it automatically and add a search interface to the table page for that table. You can also manually configure which table should be used for full-text search using query string parameters or :ref:`metadata`. You can set the associated FTS table for a specific table and you can also set one for a view - if you do that, the page for that SQL view will offer a search option.