diff options
Diffstat (limited to 'documentation')
| -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 efd1a1618f..33c6fa027f 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
| @@ -174,7 +174,7 @@ class DashFriendlySearchEnglish(SearchEnglish): | |||
| 174 | # Accept words that can include hyphens | 174 | # Accept words that can include hyphens |
| 175 | _word_re = re.compile(r'[\w\-]+') | 175 | _word_re = re.compile(r'[\w\-]+') |
| 176 | 176 | ||
| 177 | js_splitter_code = """ | 177 | js_splitter_code = r""" |
| 178 | function splitQuery(query) { | 178 | function splitQuery(query) { |
| 179 | return query | 179 | return query |
| 180 | .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}-]+/gu) | 180 | .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}-]+/gu) |
