mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
implement semantic search by stopwords settings
This commit is contained in:
parent
2c62c94083
commit
5b03f386fe
3 changed files with 28 additions and 13 deletions
|
|
@ -83,6 +83,15 @@ define('MAGNET_EDITOR_LOCK_TIMEOUT', 60*60);
|
|||
define('MAGNET_META_TITLE_MIN_LENGTH', 10);
|
||||
define('MAGNET_META_DESCRIPTION_MIN_LENGTH', 0);
|
||||
|
||||
define('MAGNET_STOP_WORDS_SIMILAR',
|
||||
[
|
||||
'series',
|
||||
'season',
|
||||
'discography',
|
||||
// ...
|
||||
]
|
||||
);
|
||||
|
||||
// Comment
|
||||
define('COMMENT_DEFAULT_APPROVED', false);
|
||||
define('COMMENT_DEFAULT_PUBLIC', false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue