diff options
-rw-r--r-- | taginfo-config-example.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json index f6661a0..8727d9c 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -98,12 +98,12 @@ // relation type "interesting", ie. to make it show // up as a relation type. "min_count_relations_per_type": 100, - // Tokenizer for sqlite full-text search. Complex or custom - // tokenizers, e.g., icu and unicode61, may be more suitable for - // some locales. You may need newer sqlite3 or to recompile - // sqlite3 to use those tokenizers. - // See http://www.sqlite.org/fts3.html#tokenizer for detail. - "tokenizer": "simple" + // Tokenizer for sqlite full-text search. Complex or custom + // tokenizers, e.g., icu and unicode61, may be more suitable for + // some locales. You may need newer sqlite3 or to recompile + // sqlite3 to use those tokenizers. + // See http://www.sqlite.org/fts3.html#tokenizer for detail. + "tokenizer": "simple" } }, "logging": { |