# HG changeset patch # User John Rouillard # Date 1506640941 14400 # Node ID b48e2fe4a7bd06c1d8850d0d3babbcf6381149c1 # Parent b2998cb86bae086e6378c51c8617a360368edad9 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. diff -r b2998cb86bae -r b48e2fe4a7bd website/issues/config.ini --- 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