1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/search/engine
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
..
PhabricatorApplicationSearchEngine.php Make builtin queries more generic 2013-05-27 13:42:18 -07:00
PhabricatorJumpNavHandler.php Make JumpNav work with Paste 2013-01-18 15:55:42 -08:00
PhabricatorSearchEngine.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorSearchEngineElastic.php Require a viewer to load handles 2013-02-28 17:15:09 -08:00
PhabricatorSearchEngineMySQL.php Fix dynamic string usage as safe input 2013-02-02 16:20:29 -08:00