From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EAB681FD99 for ; Tue, 16 Aug 2016 08:49:30 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] search: support YYYYMMDD search ranges Date: Tue, 16 Aug 2016 08:49:24 +0000 Message-Id: <20160816084926.29394-1-e@80x24.org> List-Id: Not deployed to clear-net sites, yet, I'm reindexing the http://czquwvybam4bgbro.onion/git/ onion right now. Eric Wong (2): search: drop pointless range processors for Unix timestamp search: add YYYYMMDD search range via "d:" prefix lib/PublicInbox/Search.pm | 13 +++---------- lib/PublicInbox/SearchIdx.pm | 7 ++++++- t/search.t | 9 +++++++++ 3 files changed, 18 insertions(+), 11 deletions(-)