Advanced search form differs from Subscribed edit-query form in some points. One of them is a possibility to search in projects by functions not() and any(). These functions would be useful in advanced search form too.
Steps to reproduce
- Open Advanced search form, e.g. by clicking on magnifier icon next to the blank search box in the top right corner of this page
- Imagine you want to search all tasks in VisualEditor project but exclude Patch-For-Review tasks
- Fill in "task" to Document type field, fill in "VisualEditor not(Patch-For-Review)" to Tags field
- Click "Search" button
Expected result
Phabricator should find all tasks in VisualEditor project but exclude Patch-For-Review tasks. This worked in the past and should work per Typeahead Function Help.
Current result
This doesn't work. If I want to search all tasks in VisualEditor project but exclude Patch-For-Review tasks, I have to follow the following workaround steps:
- Click "Tasks and bugs" in left menu on the main page
- Click "Subscribed" in left menu
- Click "Edit query" button
- Empty all fields and continue from step 3 in Steps to reproduce section