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 545dbabbca Improve application query UI/UX
Summary:
Ref T2625. @chad, you might have some feedback here. The behaviors this implements are:

  - When the user selects "Advanced Search", we show the full search UI and no results (for performance and clarity).
  - When the user submits a search which //is not// a named search, we show the full search UI and the "Save Custom Query..." button.
  - When the user submits a search which //is// a named search, we show "Results for search X." with an "Edit Query..." button. The button expands the search form.
  - When the user selects a builtin query (like "All Pastes"), we don't show any search UI, but I'm probably going to make this behave more like named searches.

Test Plan:
{F44346}

{F44347}

Reviewers: chad, btrahan, blc

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2625

Differential Revision: https://secure.phabricator.com/D6063
2013-05-29 14:00:52 -07:00
..
PhabricatorApplicationSearchEngine.php Improve application query UI/UX 2013-05-29 14:00:52 -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