Decrease minimum token count to 2 in InnoDB fulltext search

This commit is contained in:
Alex Cabal 2025-04-02 15:46:36 -05:00
parent 810087ccf9
commit b70f500847
2 changed files with 6 additions and 0 deletions

3
config/mariadb/99-se.cnf Normal file
View file

@ -0,0 +1,3 @@
[mysqld]
# Decrease the minimum token size for InnoDB fulltext searches to 2, so that we can match titles like <https://standardebooks.org/ebooks/yevgeny-zamyatin/we/gregory-zilboorg>.
innodb_ft_min_token_size = 2