1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/applications/search/storage
epriestley 451ddd76bf Make builtin queries more generic
Summary:
Ref T2625. Currently, Paste hard-codes its filters as a separate layer above the query layer. Instead, expose these as "Builtin" queries which we construct at runtime. They act like normal saved queries, except in cases where it doesn't make sense.

(I'm probably going to let you hide them too, and maybe even rename them, although for now they're just immutable.)

Test Plan: {F44340}

Reviewers: btrahan, blc

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2625

Differential Revision: https://secure.phabricator.com/D6058
2013-05-27 13:42:18 -07:00
..
document Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorNamedQuery.php Make builtin queries more generic 2013-05-27 13:42:18 -07:00
PhabricatorSavedQuery.php After saving a custom query, redirect to its results page 2013-05-27 13:41:39 -07:00
PhabricatorSearchDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorSearchQuery.php Delete license headers from files 2012-11-05 11:16:51 -08:00