comparison doc/admin_guide.txt @ 8073:57ef20b6c003

docs: fix some missing/broken links.
author John Rouillard <rouilj@ieee.org>
date Fri, 12 Jul 2024 22:23:32 -0400
parents 335b8a40e355
children ea1f377c87d6
comparison
equal deleted inserted replaced
8072:3a2762144b65 8073:57ef20b6c003
991 `Parsing Queries`_ under websearch_to_tsquery. This is the default. 991 `Parsing Queries`_ under websearch_to_tsquery. This is the default.
992 992
993 2. tsquery - described at the beginning of `Parsing Queries`_ with 993 2. tsquery - described at the beginning of `Parsing Queries`_ with
994 to_tsquery. It is enabled by starting the search phrase with ``ts:``. 994 to_tsquery. It is enabled by starting the search phrase with ``ts:``.
995 995
996 .. _Parsing Queries: \ 996 .. _Parsing Queries:
997 https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES 997 https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES
998 998
999 Websearch provides a more natural style of search and supports: 999 Websearch provides a more natural style of search and supports:
1000 1000
1001 * plain word search (stemmed in most cases) 1001 * plain word search (stemmed in most cases)
1002 * phrase search with terms enclosed in quotes (``"``) 1002 * phrase search with terms enclosed in quotes (``"``)
1038 requires reindexing. 1038 requires reindexing.
1039 1039
1040 The `configuration list can be obtained using using psql's`_ 1040 The `configuration list can be obtained using using psql's`_
1041 ``\dF`` command. 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 https://www.postgresql.org/docs/current/textsearch-psql.html 1044 https://www.postgresql.org/docs/current/textsearch-psql.html
1045 1045
1046 Roundup includes a hardcoded list for all languages supported by 1046 Roundup includes a hardcoded list for all languages supported by
1047 PostgreSQL 14.1. The list includes 5 custom "languages" 1047 PostgreSQL 14.1. The list includes 5 custom "languages"
1048 ``custom1`` ... ``custom5`` to allow you to set up your `own textsearch 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 PostgreSQL version, we may allow an invalid language to be configured. 1050 PostgreSQL version, we may allow an invalid language to be configured.
1051 You will see an error about ``text search configuration ... does not 1051 You will see an error about ``text search configuration ... does not
1052 exist``. 1052 exist``.
1053 1053
1054 .. _own textsearch configuration: \ 1054 .. _own textsearch configuration:
1055 https://www.postgresql.org/docs/current/textsearch-configuration.html 1055 https://www.postgresql.org/docs/current/textsearch-configuration.html
1056 1056
1057 It may be possible to append to this list using the tracker's 1057 It may be possible to append to this list using the tracker's
1058 interfaces.py. For details, see ``test/test_indexer.py`` in the 1058 interfaces.py. For details, see ``test/test_indexer.py`` in the
1059 roundup distribution and search for ``valid_langs``. If you succeed 1059 roundup distribution and search for ``valid_langs``. If you succeed
1060 please email roundup-users AT lists.sourceforge.net with a description 1060 please email roundup-users AT lists.sourceforge.net with a description

Roundup Issue Tracker: http://roundup-tracker.org/