Add "->" as a search term separator

This commit is contained in:
Thibaut 2014-03-16 17:01:52 -04:00
parent 138ee09fc9
commit 7cc95dd59c

View file

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