Skip to content

Commit

Permalink
fix(search): remove "not" from stopwords
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 5, 2024
1 parent eda4329 commit 349af54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployer/src/deployer/search/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
# https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is
# http://localhost:3000/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
#
# "not"
# https://developer.mozilla.org/en-US/docs/Web/CSS/:not
# https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/not
#
# "of"
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of
Expand All @@ -101,7 +105,6 @@
"into",
"it",
"no",
"not",
"on",
"or",
"such",
Expand Down

0 comments on commit 349af54

Please sign in to comment.