1
0
Эх сурвалжийг харах

Add "->" as a search term separator

Thibaut 11 жил өмнө
parent
commit
7cc95dd59c

+ 1 - 1
assets/javascripts/models/entry.coffee

@@ -1,7 +1,7 @@
 class app.models.Entry extends app.Model
   # Attributes: name, type, path
 
-  SEPARATORS_REGEXP = /\:?\ |#|::/g
+  SEPARATORS_REGEXP = /\:?\ |#|::|->/g
   PARANTHESES_REGEXP = /\(.*?\)$/
 
   constructor: ->