Tweak search separator characters

pull/29/head
Thibaut 11 years ago
parent ee5011f4de
commit dd2229eda0

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

Loading…
Cancel
Save