Skip to content

Commit c110a7b

Browse files
committed
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.
1 parent 62b0cce commit c110a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/issues/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ email_registration_confirmation = yes
107107
# will be used in the following order:
108108
# Possible values: xapian, whoosh, native (internal).
109109
# Default:
110-
indexer =
110+
indexer = native
111111

112112
# Additional stop-words for the full-text indexer specific to
113113
# your tracker. See the indexer source for the default list of

0 commit comments

Comments
 (0)