diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-07-04 18:01:42 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-07-04 18:01:42 -0400 |
| commit | 32ddfb3fba9e0726623addd48ccd7af69e3b44f0 (patch) | |
| tree | 2137a21d4703820adc4c9589bb2140df9849755f /app/Core/Lexer.php | |
| parent | 198f3eda90807c0295a013cd4ebdc3806545d608 (diff) | |
Allow search by task id
Diffstat (limited to 'app/Core/Lexer.php')
| -rw-r--r-- | app/Core/Lexer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Lexer.php b/app/Core/Lexer.php index f6978bbd..3887dc82 100644 --- a/app/Core/Lexer.php +++ b/app/Core/Lexer.php @@ -40,6 +40,7 @@ class Lexer '/^(yesterday|tomorrow|today)/' => 'T_DATE', '/^("(.*?)")/' => 'T_STRING', "/^(\w+)/" => 'T_STRING', + "/^(#\d+)/" => 'T_STRING', ); /** |
