@@ -993,8 +993,8 @@ languages are supported.
993
993
2. tsquery - described at the beginning of `Parsing Queries`_ with
994
994
to_tsquery. It is enabled by starting the search phrase with ``ts:``.
995
995
996
- .. _Parsing Queries: \
997
- https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES
996
+ .. _Parsing Queries:
997
+ https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES
998
998
999
999
Websearch provides a more natural style of search and supports:
1000
1000
@@ -1040,19 +1040,19 @@ requires reindexing.
1040
1040
The `configuration list can be obtained using using psql's`_
1041
1041
``\dF`` command.
1042
1042
1043
- .. _configuration list can be obtained using using psql's: \
1043
+ .. _configuration list can be obtained using using psql's:
1044
1044
https://www.postgresql.org/docs/current/textsearch-psql.html
1045
1045
1046
1046
Roundup includes a hardcoded list for all languages supported by
1047
1047
PostgreSQL 14.1. The list includes 5 custom "languages"
1048
1048
``custom1`` ... ``custom5`` to allow you to set up your `own textsearch
1049
- configuration`_ using one of the custom names. Depending on your
1049
+ configuration`_ using one of the custom names. Depending on your
1050
1050
PostgreSQL version, we may allow an invalid language to be configured.
1051
1051
You will see an error about ``text search configuration ... does not
1052
1052
exist``.
1053
1053
1054
- .. _own textsearch configuration: \
1055
- https://www.postgresql.org/docs/current/textsearch-configuration.html
1054
+ .. _own textsearch configuration:
1055
+ https://www.postgresql.org/docs/current/textsearch-configuration.html
1056
1056
1057
1057
It may be possible to append to this list using the tracker's
1058
1058
interfaces.py. For details, see ``test/test_indexer.py`` in the
0 commit comments