Fixed broken :ref:

This commit is contained in:
Simon Willison 2018-05-29 20:11:24 -07:00
commit d69ebce533
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -73,7 +73,7 @@ Here's a recipe for taking a table with existing latitude and longitude columns,
Making use of a spatial index
=============================
SpatiaLite spatial indexes are R*Trees. They allow you to run efficient bounding box queries using a sub-select, with a similar pattern to that used for :ref:`_full_text_search_custom_sql`.
SpatiaLite spatial indexes are R*Trees. They allow you to run efficient bounding box queries using a sub-select, with a similar pattern to that used for :ref:`full_text_search_custom_sql`.
In the above example, the resulting index will be called ``idx_museums_point_geom``. This takes the form of a SQLite virtual table. You can inspect its contents using the following query::