We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d62e08 commit fa57b70Copy full SHA for fa57b70
questionnaires/site/overrides/main.html
@@ -4,7 +4,7 @@
4
<script>
5
var search = {
6
transform: function(query) {
7
- query = query + ' a'; // Trigger stop-word mechanism
+ query = query + ' astopwordflagbylorenzo'; // Trigger stop-word mechanism
8
return query
9
.replace(/(?:^|\s+)[*+-:^~]+(?=\s+|$)/g, "")
10
.trim()
0 commit comments