[PATCH 13/13] lib: add support for named queries
authorDavid Bremner <david@tethera.net>
Tue, 22 Mar 2016 10:54:54 +0000 (07:54 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:22 +0000 (16:21 -0700)
1a/00076a0d692a830137f2cc623e37d32e3c663c [new file with mode: 0644]

diff --git a/1a/00076a0d692a830137f2cc623e37d32e3c663c b/1a/00076a0d692a830137f2cc623e37d32e3c663c
new file mode 100644 (file)
index 0000000..da239e0
--- /dev/null
@@ -0,0 +1,241 @@
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 360FE6DE035C\r
+ for <notmuch@notmuchmail.org>; Tue, 22 Mar 2016 03:55:54 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.029\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.029 tagged_above=-999 required=5\r
+ tests=[AWL=-0.018, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 5pCk7Srnxw28 for <notmuch@notmuchmail.org>;\r
+ Tue, 22 Mar 2016 03:55:43 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 811256DE02AD\r
+ for <notmuch@notmuchmail.org>; Tue, 22 Mar 2016 03:55:22 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <bremner@tethera.net>)\r
+ id 1aiJyf-00015D-Vw; Tue, 22 Mar 2016 06:55:58 -0400\r
+Received: (nullmailer pid 14093 invoked by uid 1000);\r
+ Tue, 22 Mar 2016 10:55:11 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 13/13] lib: add support for named queries\r
+Date: Tue, 22 Mar 2016 07:54:54 -0300\r
+Message-Id: <1458644094-13951-14-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.7.0\r
+In-Reply-To: <1458644094-13951-1-git-send-email-david@tethera.net>\r
+References: <1458644094-13951-1-git-send-email-david@tethera.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 8bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 22 Mar 2016 10:55:54 -0000\r
+\r
+This relies on the optional presense of xapian field processors, and the\r
+library config API.\r
+---\r
+ lib/Makefile.local         |  1 +\r
+ lib/database-private.h     |  2 ++\r
+ lib/database.cc            |  3 +++\r
+ lib/query-fp.cc            | 42 ++++++++++++++++++++++++++++++++++++++++++\r
+ lib/query-fp.h             | 42 ++++++++++++++++++++++++++++++++++++++++++\r
+ test/T600-named-queries.sh | 17 +++++++++++++++++\r
+ 6 files changed, 107 insertions(+)\r
+ create mode 100644 lib/query-fp.cc\r
+ create mode 100644 lib/query-fp.h\r
+\r
+diff --git a/lib/Makefile.local b/lib/Makefile.local\r
+index 96899bf..fab1242 100644\r
+--- a/lib/Makefile.local\r
++++ b/lib/Makefile.local\r
+@@ -49,6 +49,7 @@ libnotmuch_cxx_srcs =                \\r
+       $(dir)/index.cc         \\r
+       $(dir)/message.cc       \\r
+       $(dir)/query.cc         \\r
++      $(dir)/query-fp.cc \\r
+       $(dir)/config.cc        \\r
+       $(dir)/thread.cc\r
\r
+diff --git a/lib/database-private.h b/lib/database-private.h\r
+index 59708d0..f7c6f46 100644\r
+--- a/lib/database-private.h\r
++++ b/lib/database-private.h\r
+@@ -150,6 +150,7 @@ operator&=(_notmuch_features &a, _notmuch_features b)\r
\r
+ #if HAVE_XAPIAN_FIELD_PROCESSOR\r
+ class DateFieldProcessor;\r
++class QueryFieldProcessor;\r
+ #endif\r
+ struct _notmuch_database {\r
+     notmuch_bool_t exception_reported;\r
+@@ -185,6 +186,7 @@ struct _notmuch_database {\r
+     Xapian::ValueRangeProcessor *date_range_processor;\r
+ #if HAVE_XAPIAN_FIELD_PROCESSOR\r
+     DateFieldProcessor *date_field_processor;\r
++    QueryFieldProcessor *query_field_processor;\r
+ #endif\r
+     Xapian::ValueRangeProcessor *last_mod_range_processor;\r
+ };\r
+diff --git a/lib/database.cc b/lib/database.cc\r
+index 0e3c90c..8df5555 100644\r
+--- a/lib/database.cc\r
++++ b/lib/database.cc\r
+@@ -20,6 +20,7 @@\r
\r
+ #include "database-private.h"\r
+ #include "parse-time-vrp.h"\r
++#include "query-fp.h"\r
+ #include "string-util.h"\r
\r
+ #include <iostream>\r
+@@ -1005,6 +1006,8 @@ notmuch_database_open_verbose (const char *path,\r
+        * with a .. to the range processor */\r
+       notmuch->date_field_processor = new DateFieldProcessor();\r
+       notmuch->query_parser->add_boolean_prefix("date", notmuch->date_field_processor);\r
++      notmuch->query_field_processor = new QueryFieldProcessor (*notmuch->query_parser, notmuch);\r
++      notmuch->query_parser->add_boolean_prefix("query", notmuch->query_field_processor);\r
+ #endif\r
+       notmuch->last_mod_range_processor = new Xapian::NumberValueRangeProcessor (NOTMUCH_VALUE_LAST_MOD, "lastmod:");\r
\r
+diff --git a/lib/query-fp.cc b/lib/query-fp.cc\r
+new file mode 100644\r
+index 0000000..ee5a306\r
+--- /dev/null\r
++++ b/lib/query-fp.cc\r
+@@ -0,0 +1,42 @@\r
++/* query-fp.cc -  "query:" field processor glue glue\r
++ *\r
++ * This file is part of notmuch.\r
++ *\r
++ * Copyright © 2016 David Bremner\r
++ *\r
++ * This program is free software: you can redistribute it and/or modify\r
++ * it under the terms of the GNU General Public License as published by\r
++ * the Free Software Foundation, either version 3 of the License, or\r
++ * (at your option) any later version.\r
++ *\r
++ * This program is distributed in the hope that it will be useful,\r
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
++ * GNU General Public License for more details.\r
++ *\r
++ * You should have received a copy of the GNU General Public License\r
++ * along with this program.  If not, see http://www.gnu.org/licenses/ .\r
++ *\r
++ * Author: David Bremner <david@tethera.net>\r
++ */\r
++\r
++#include "database-private.h"\r
++#include "query-fp.h"\r
++#include <iostream>\r
++\r
++#if HAVE_XAPIAN_FIELD_PROCESSOR\r
++\r
++Xapian::Query QueryFieldProcessor::operator()(const std::string & name) {\r
++    std::string key = "query." + name;\r
++    char *expansion;\r
++    notmuch_status_t status;\r
++\r
++    status = notmuch_database_get_config (notmuch, key.c_str(), &expansion);\r
++    if (status) {\r
++      throw Xapian::QueryParserError("error looking up key" + name);\r
++\r
++    }\r
++\r
++    return parser.parse_query (expansion, NOTMUCH_QUERY_PARSER_FLAGS);\r
++}\r
++#endif\r
+diff --git a/lib/query-fp.h b/lib/query-fp.h\r
+new file mode 100644\r
+index 0000000..67f8705\r
+--- /dev/null\r
++++ b/lib/query-fp.h\r
+@@ -0,0 +1,42 @@\r
++/* query-fp.h - query field processor glue\r
++ *\r
++ * This file is part of notmuch.\r
++ *\r
++ * Copyright © 2016 David Bremner\r
++ *\r
++ * This program is free software: you can redistribute it and/or modify\r
++ * it under the terms of the GNU General Public License as published by\r
++ * the Free Software Foundation, either version 3 of the License, or\r
++ * (at your option) any later version.\r
++ *\r
++ * This program is distributed in the hope that it will be useful,\r
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
++ * GNU General Public License for more details.\r
++ *\r
++ * You should have received a copy of the GNU General Public License\r
++ * along with this program.  If not, see http://www.gnu.org/licenses/ .\r
++ *\r
++ * Author: David Bremner <david@tethera.net>\r
++ */\r
++\r
++#ifndef NOTMUCH_QUERY_FP_H\r
++#define NOTMUCH_QUERY_FP_H\r
++\r
++#include <xapian.h>\r
++#include "notmuch.h"\r
++\r
++#if HAVE_XAPIAN_FIELD_PROCESSOR\r
++class QueryFieldProcessor : public Xapian::FieldProcessor {\r
++ protected:\r
++    Xapian::QueryParser &parser;\r
++    notmuch_database_t *notmuch;\r
++\r
++ public:\r
++    QueryFieldProcessor (Xapian::QueryParser &parser_, notmuch_database_t *notmuch_)\r
++      : parser(parser_), notmuch(notmuch_) { };\r
++\r
++    Xapian::Query operator()(const std::string & str);\r
++};\r
++#endif\r
++#endif /* NOTMUCH_QUERY_FP_H */\r
+diff --git a/test/T600-named-queries.sh b/test/T600-named-queries.sh\r
+index 0922620..f0ae24f 100755\r
+--- a/test/T600-named-queries.sh\r
++++ b/test/T600-named-queries.sh\r
+@@ -50,4 +50,21 @@ notmuch restore < BEFORE\r
+ notmuch dump | grep '^#@' > OUTPUT\r
+ test_expect_equal_file QUERIES.BEFORE OUTPUT\r
\r
++if [ $NOTMUCH_HAVE_XAPIAN_FIELD_PROCESSOR -eq 1 ]; then\r
++    test_begin_subtest "search named query"\r
++    notmuch search query:test > OUTPUT\r
++    notmuch search $QUERYSTR > EXPECTED\r
++    test_expect_equal_file EXPECTED OUTPUT\r
++\r
++    test_begin_subtest "search named query with other terms"\r
++    notmuch search query:test and subject:Maildir > OUTPUT\r
++    notmuch search $QUERYSTR and subject:Maildir > EXPECTED\r
++    test_expect_equal_file EXPECTED OUTPUT\r
++\r
++    test_begin_subtest "search nested named query"\r
++    notmuch search query:test2 > OUTPUT\r
++    notmuch search $QUERYSTR2 > EXPECTED\r
++    test_expect_equal_file EXPECTED OUTPUT\r
++fi\r
++\r
+ test_done\r
+-- \r
+2.7.0\r
+\r