mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
Implement fuzzy search for searches
This commit is contained in:
@@ -12,6 +12,8 @@ COMPOSER_AUTH='{"github-oauth": {"github.com": "YOUR GITHUB TOKEN"}}'
|
||||
# ManticoreSearch Configuration
|
||||
MANTICORESEARCH_HOST=localhost
|
||||
MANTICORESEARCH_PORT=9308
|
||||
# fuzzy search settings
|
||||
MANTICORESEARCH_FUZZY_ENABLED=false
|
||||
# For high availability, set multiple hosts (comma-separated): "host1:9308,host2:9308"
|
||||
MANTICORESEARCH_HOSTS=
|
||||
MANTICORESEARCH_RETRIES=2
|
||||
@@ -32,6 +34,8 @@ ELASTICSEARCH_USER=
|
||||
ELASTICSEARCH_PASS=
|
||||
ELASTICSEARCH_LOGGING=false
|
||||
ELASTICSEARCH_ENABLED=false
|
||||
#fuzzy search settings
|
||||
ELASTICSEARCH_FUZZY_ENABLED=false
|
||||
# Elasticsearch autocomplete settings
|
||||
ELASTICSEARCH_AUTOCOMPLETE_ENABLED=true
|
||||
ELASTICSEARCH_AUTOCOMPLETE_MIN_LENGTH=2
|
||||
|
||||
Reference in New Issue
Block a user