Mercurial > p > roundup > code
changeset 5296:b48e2fe4a7bd
Make tracker user native (postgres) test indexer. This is apparently
how things are expected to be set up on the server. Leaving
it blank pulls in the xapian indexer which they don't want.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 28 Sep 2017 19:22:21 -0400 |
| parents | b2998cb86bae |
| children | 5a7d18ce4dba 6efa6d44c27a |
| files | website/issues/config.ini |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/issues/config.ini Thu Sep 28 16:50:11 2017 -0400 +++ b/website/issues/config.ini Thu Sep 28 19:22:21 2017 -0400 @@ -107,7 +107,7 @@ # will be used in the following order: # Possible values: xapian, whoosh, native (internal). # Default: -indexer = +indexer = native # Additional stop-words for the full-text indexer specific to # your tracker. See the indexer source for the default list of
