]> Sergey Matveev's repositories - public-inbox.git/commit
search: remove {mset} option for ->mset method
authorEric Wong <e@80x24.org>
Sun, 27 Dec 2020 19:38:29 +0000 (19:38 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Dec 2020 23:19:26 +0000 (23:19 +0000)
commit5f875446975b1473c1ffd7196e572e13d58ba56f
treeaf64c0f9bca120d9a0dcc3dedcf024c39d4ed0cc
parentd0e74a3591d9e701af6fea30baacf2ddb51475d5
search: remove {mset} option for ->mset method

The ->mset method always returns a Xapian mset nowadays, so
naming a parameter {mset} is too confusing.  As it does with
MiscSearch, setting the {relevance} parameter to -1 now sorts by
ascending docid order.  -2 is now supported for descending
docid order, too, since it may be useful for lei users.
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/IMAP.pm
lib/PublicInbox/Isearch.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Search.pm