]> Sergey Matveev's repositories - public-inbox.git/commitdiff
search: replace ->query with ->mset
authorEric Wong <e@80x24.org>
Wed, 2 Sep 2020 11:04:16 +0000 (11:04 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Sep 2020 20:11:03 +0000 (20:11 +0000)
Nearly all of the search uses in the production code rely on
a Xapian mset iterator being returned (instead of an array
of $smsg objects).  So default to returning the mset and move
the burden of smsg array conversion into the test cases.


No differences found