From 32ddfb3fba9e0726623addd48ccd7af69e3b44f0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 4 Jul 2015 18:01:42 -0400 Subject: Allow search by task id --- app/Core/Lexer.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Core') 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', ); /** -- cgit v1.2.3