Added "where" to stop word filter exceptions.

This commit is contained in:
alephate 2023-12-26 14:58:07 -05:00 committed by GitHub
parent 7a7416b084
commit 4b4f39d708
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