From 792c643ba76e8b06ae17d3653402d381f59857c2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 23 May 2019 09:36:42 +0000 Subject: search: reenable phrase search on non-chert Xapian This is assuming nobody uses flint or earlier, anymore; as flint predates the existence of this project. --- t/search.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/search.t b/t/search.t index c063620c..538baeff 100644 --- a/t/search.t +++ b/t/search.t @@ -30,6 +30,7 @@ my $ro = PublicInbox::Search->new($git_dir); my $rw_commit = sub { $rw->commit_txn_lazy if $rw; $rw = PublicInbox::SearchIdx->new($git_dir, 1); + $rw->{qp_flags} = 0; # quiet a warning $rw->begin_txn_lazy; }; -- cgit v1.2.3-24-ge0c7