From: Eric Wong Date: Mon, 23 Apr 2018 05:06:00 +0000 (+0000) Subject: search: avoid repeated mbox results from search X-Git-Tag: v1.1.0-pre1~7 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f826a7830bce67c0f8c653baf97f7769bb2c57d9;hp=f826a7830bce67c0f8c653baf97f7769bb2c57d9;p=public-inbox.git search: avoid repeated mbox results from search 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. ---