Skip to content

Commit

Permalink
chore(search): update stopword exclusion refs
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 5, 2024
1 parent 349af54 commit 341cd95
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions deployer/src/deployer/search/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,15 @@
#
# "at"
# https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule
# http://localhost:3000/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/at
# http://localhost:3000/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/at
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/at
#
# "is"
# https://developer.mozilla.org/en-US/docs/Web/CSS/:is
# 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
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
# https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Exception/is
#
# "not"
# https://developer.mozilla.org/en-US/docs/Web/CSS/:not
Expand All @@ -85,11 +88,12 @@
# "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
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/of
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/of
#
# "to"
# https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/To
# https://developer.mozilla.org/en-US/docs/Web/API/CSSNumericValue/to
# https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/To
#
# If we discover that there are other words that are too important to our
# context, we can simply pluck them out of the list below.
Expand Down

0 comments on commit 341cd95

Please sign in to comment.