]> Sergey Matveev's repositories - public-inbox.git/commitdiff
search: avoid repeated mbox results from search
authorEric Wong <e@80x24.org>
Mon, 23 Apr 2018 05:06:00 +0000 (05:06 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 Apr 2018 05:06:18 +0000 (05:06 +0000)
Previous search queries already set sort order on the Enquire
object, altering the ordering of results and was causing
messages to be redundantly downloaded via POST /$INBOX/?q=$QUERY&x=m

So stop caching the Search::Xapian::Enquire object since it
wasn't providing any measurable performance improvement.


No differences found