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 587530d973 After saving a custom query, redirect to its results page
Summary:
Ref T2625. Currently, after saving a query the user is redirected to "/search/", which isn't especially useful. Instead, redirect them back into the application they came from and to the query results page.

Also, query hashes may contain ".", which does not match `\w`. Use `[^/]` instead.

Test Plan: Saved some custom queries.

Reviewers: btrahan, blc

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2625

Differential Revision: https://secure.phabricator.com/D6055
2013-05-27 13:41:39 -07:00
..
PhabricatorApplicationSearchEngine.php After saving a custom query, redirect to its results page 2013-05-27 13:41:39 -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