diff options
Diffstat (limited to 'documentation/conf.py')
-rw-r--r-- | documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index ad60d91139..1eca8756ab 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -182,7 +182,7 @@ class DashFriendlySearchEnglish(SearchEnglish): | |||
182 | # Accept words that can include hyphens | 182 | # Accept words that can include hyphens |
183 | _word_re = re.compile(r'[\w\-]+') | 183 | _word_re = re.compile(r'[\w\-]+') |
184 | 184 | ||
185 | js_splitter_code = """ | 185 | js_splitter_code = r""" |
186 | function splitQuery(query) { | 186 | function splitQuery(query) { |
187 | return query | 187 | return query |
188 | .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}-]+/gu) | 188 | .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}-]+/gu) |