Merge pull request #3378 from alephate/main

Added "where" to stop word filter exceptions.
This commit is contained in:
Griatch 2024-01-08 19:57:44 +01:00 committed by GitHub
commit e73209899b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ _LUNR_STOP_WORD_FILTER_EXCEPTIONS = [
"get",
"who",
"say",
"where",
] + settings.LUNR_STOP_WORD_FILTER_EXCEPTIONS