We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cb995 commit 078c106Copy full SHA for 078c106
assets/javascripts/app/searcher.js
@@ -154,7 +154,7 @@ app.Searcher = class Searcher extends Events {
154
};
155
156
static SEPARATORS_REGEXP =
157
- /#|::|:-|->|\$(?=\w)|\-(?=\w)|\:(?=\w)|\ [\/\-&]\ |:\ |\ /g;
+ /#|:-|->|\$(?=\w)|\-(?=\w)|\:(?=\w)|\ [\/\-&]\ |:\ |\ /g;
158
static EOS_SEPARATORS_REGEXP = /(\w)[\-:]$/;
159
static INFO_PARANTHESES_REGEXP = /\ \(\w+?\)$/;
160
static EMPTY_PARANTHESES_REGEXP = /\(\)/;
0 commit comments