Skip to content

Commit fa57b70

Browse files
committed
⚡ Adopted new stop-word markers
1 parent 0d62e08 commit fa57b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questionnaires/site/overrides/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<script>
55
var search = {
66
transform: function(query) {
7-
query = query + ' a'; // Trigger stop-word mechanism
7+
query = query + ' astopwordflagbylorenzo'; // Trigger stop-word mechanism
88
return query
99
.replace(/(?:^|\s+)[*+-:^~]+(?=\s+|$)/g, "")
1010
.trim()

0 commit comments

Comments
 (0)