mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement transliteration word forms in search #33
This commit is contained in:
parent
c7c5d7340c
commit
997666ab8e
8 changed files with 144 additions and 58 deletions
17
.env
17
.env
|
|
@ -92,28 +92,25 @@ APP_TORRENT_WANTED_FTP_FOLDER=/yggtracker
|
|||
APP_TORRENT_WANTED_FTP_APPROVED_ONLY=1
|
||||
|
||||
# Enable search index for torrent name
|
||||
APP_INDEX_TORRENT_NAME=1
|
||||
APP_INDEX_TORRENT_NAME_ENABLED=1
|
||||
|
||||
# Enable search index for torrent info hash v1
|
||||
APP_INDEX_TORRENT_HASH_V1=1
|
||||
APP_INDEX_TORRENT_HASH_V1_ENABLED=1
|
||||
|
||||
# Enable search index for torrent info hash v2
|
||||
APP_INDEX_TORRENT_HASH_V2=1
|
||||
APP_INDEX_TORRENT_HASH_V2_ENABLED=1
|
||||
|
||||
# Enable search index for torrent filenames
|
||||
APP_INDEX_TORRENT_FILENAMES=1
|
||||
APP_INDEX_TORRENT_FILENAMES_ENABLED=1
|
||||
|
||||
# Enable search index for torrent source
|
||||
APP_INDEX_TORRENT_SOURCE=1
|
||||
APP_INDEX_TORRENT_SOURCE_ENABLED=1
|
||||
|
||||
# Enable search index for torrent comment
|
||||
APP_INDEX_TORRENT_COMMENT=1
|
||||
APP_INDEX_TORRENT_COMMENT_ENABLED=1
|
||||
|
||||
# Enable search index for words length greater than N chars
|
||||
APP_INDEX_WORD_LENGTH_MIN=3
|
||||
|
||||
# Enable search index for words length not greater than N chars
|
||||
APP_INDEX_WORD_LENGTH_MAX=255
|
||||
|
||||
# Enable search index transliteration @TODO
|
||||
APP_INDEX_TRANSLITERATION=1
|
||||
APP_INDEX_WORD_LENGTH_MAX=255
|
||||
Loading…
Add table
Add a link
Reference in a new issue