Page MenuHomePhabricator

Conduit "*.search" methods unnecessarily persist search queries
Closed, ResolvedPublic

Description

Currently, invoking a modern *.search Conduit method will unnecessarily generate a saved query as a side effect. We do this when users issue normal queries so they can share URLs and bookmark things, but there's no need to do it for Conduit queries.

This likely primarily affects Phacility production, as we routinely issue large queries via "*.search" methods and have consequently accumulated an impressive amount of data.