mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Add "->" as a search term separator
This commit is contained in:
parent
138ee09fc9
commit
7cc95dd59c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue