1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 20:22:46 +01:00
phorge-phorge/src/applications/search/field
epriestley be2b8f4bcb Support querying projects by "Root Projects" in the UI, and "min/max depth" in the API
Summary:
Fixes T13441. Internally, projects can be queried by depth, but this is not exposed in the UI.

Add a "Is root project?" contraint in the UI, and "minDepth" / "maxDepth" constraints to the API.

Test Plan:
  - Used the UI to query root projects, got only root projects back.
  - Used "project.search" in the API to query combinations of root projects and projects at particular depths, got matching results.

Maniphest Tasks: T13441

Differential Revision: https://secure.phabricator.com/D20886
2019-10-31 12:56:33 -07:00
..
PhabricatorIDsSearchField.php Don't allow empty list constraints in Conduit calls 2016-08-14 08:31:13 -07:00
PhabricatorPHIDsSearchField.php Don't allow empty list constraints in Conduit calls 2016-08-14 08:31:13 -07:00
PhabricatorSearchCheckboxesField.php Make DiffusionCommitSearch accept modern (string) constants 2018-09-10 16:25:42 -07:00
PhabricatorSearchCustomFieldProxyField.php Flesh out Conduit parameter types for Owners + CustomFields 2015-12-14 04:23:44 -08:00
PhabricatorSearchDatasourceField.php Don't allow empty list constraints in Conduit calls 2016-08-14 08:31:13 -07:00
PhabricatorSearchDateControlField.php Refactor Calendar Search, and implement Projects on events 2015-06-22 13:27:37 -07:00
PhabricatorSearchDateField.php Add a discovery format hint for date fields in SearchEngine UIs 2018-01-26 13:11:10 -08:00
PhabricatorSearchField.php In Conduit, let checkbox constraints self-document 2018-09-06 08:44:16 -07:00
PhabricatorSearchIntField.php Support querying projects by "Root Projects" in the UI, and "min/max depth" in the API 2019-10-31 12:56:33 -07:00
PhabricatorSearchOrderField.php Make "Order By" field render correctly when showing a SavedQuery with an order alias 2015-06-09 13:49:01 -07:00
PhabricatorSearchSelectField.php Convert Macro to SearchFields 2015-06-08 12:22:09 -07:00
PhabricatorSearchStringListField.php Update Buildable search in Harbormaster 2016-02-27 07:13:10 -08:00
PhabricatorSearchSubscribersField.php Include owners packages in the MailableFunction datasource 2018-06-07 12:02:50 -07:00
PhabricatorSearchTextField.php Expose modern *.search Conduit endpoints in Almanac 2016-02-23 08:20:57 -08:00
PhabricatorSearchThreeStateField.php Add a modern user.search Conduit API method 2016-05-22 05:54:31 -07:00
PhabricatorSearchTokenizerField.php Make Subscribers automatically provide working SearchFields 2015-06-08 12:20:53 -07:00