From e3046c688be7a28e7dcfbce5fa54074917fd9904 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 9 Mar 2010 16:03:58 -0800 Subject: Add is: as a synonym for tag: in search terms. I like the readability of this, it provides compatibility with people trained in this syntax by sup, and it even saves one character. --- lib/database.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/database.cc') diff --git a/lib/database.cc b/lib/database.cc index 88c85ed..c91e97c 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -147,6 +147,7 @@ prefix_t BOOLEAN_PREFIX_INTERNAL[] = { prefix_t BOOLEAN_PREFIX_EXTERNAL[] = { { "thread", "G" }, { "tag", "K" }, + { "is", "K" }, { "id", "Q" } }; -- cgit v1.2.3