Skip to content

Commit 75f5a7a

Browse files
authored
Add 'or' to stopwords
1 parent fb4541c commit 75f5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-userscript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ done <<< "$europress_urls"
229229
const published_time = readRequest.published_time;
230230
231231
if (!search_terms) return;
232-
const stopwords = new Set(['\''d'\'', '\''l'\'', '\''et'\'', '\''sans'\'']);
232+
const stopwords = new Set(['\''d'\'', '\''l'\'', '\''et'\'', '\''sans'\'', '\''or'\'']);
233233
const keywords = search_terms
234234
.replace(/œ/g, '\''oe'\'')
235235
.split(/[^\p{L}]+/u)

0 commit comments

Comments
 (0)