]> git.notmuchmail.org Git - notmuch/commitdiff
Add debugging code for examining query strings.
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 05:18:20 +0000 (22:18 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 05:18:20 +0000 (22:18 -0700)
It's nice that Xapian provides a little function to print a textual
representation of the entire query tree. So now, if you compile
like so:

make CFLAGS=-DDEBUG_QUERY

then you get a nice output of the query string received by the query
module, and the final query actually being sent to Xapian.


No differences found