From: Eric Wong Date: Wed, 2 Sep 2020 11:04:16 +0000 (+0000) Subject: search: replace ->query with ->mset X-Git-Tag: v1.6.0~41 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=80b887f29b2ec71d025b4c266a1c26314758994c;hp=80b887f29b2ec71d025b4c266a1c26314758994c;p=public-inbox.git search: replace ->query with ->mset 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. ---