1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/search/engine
epriestley 00f192cebb Save ApplicationSearch queries generated from GET parameters in the request
Summary:
Fixes T4239. Currently, if you go to `/maniphest/?authors=alincoln`, operations dependent on the query key (like "Save Custom Query..." and "Export to Excel...") don't have a query key to work with. Make sure they have one.

Also remove a stray `phlog()`.

Test Plan: "Save Custom Query...", etc., now work on GET queries.

Reviewers: btrahan, chad

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T4239

Differential Revision: https://secure.phabricator.com/D7777
2013-12-16 12:30:51 -08:00
..
PhabricatorApplicationSearchEngine.php Save ApplicationSearch queries generated from GET parameters in the request 2013-12-16 12:30:51 -08:00
PhabricatorJumpNavHandler.php Add "r <name>" to jump nav to locate repositories by name 2013-12-05 14:26:38 -08:00
PhabricatorSearchEngine.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorSearchEngineElastic.php Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
PhabricatorSearchEngineMySQL.php Fix dynamic string usage as safe input 2013-02-02 16:20:29 -08:00