From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Anyone use 3rd party search tools w/org-mode? Date: Wed, 06 Nov 2019 15:47:41 -0600 Message-ID: <87woccn0ci.fsf@alphapapa.net> References: <87wocduh6o.fsf@gmail.com> <878sosdgfq.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56892) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iST9f-0007eS-Ep for emacs-orgmode@gnu.org; Wed, 06 Nov 2019 16:47:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iST9e-0006wH-GP for emacs-orgmode@gnu.org; Wed, 06 Nov 2019 16:47:55 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:36782 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iST9e-0006tf-9P for emacs-orgmode@gnu.org; Wed, 06 Nov 2019 16:47:54 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iST9X-000a5z-2v for emacs-orgmode@gnu.org; Wed, 06 Nov 2019 22:47:47 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Eric Abrahamsen writes: > I think this last point is key. Most full-text search engines provide > config options for defining fields, or "facets", which in theory we > could set up to parse tags/properties/timestamps. Of course it's an Emacs-based tool, but please note that org-ql has extensive, optimized support for searching Org-specific data like that. For example, you could search for those three data types in a single query, like: tags:Emacs,Org property:key1=val1,key2=val2 ts-active:on=2019-11-06