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 [[https://phabricator.wikimedia.org/search/query/advanced/|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)"
# 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 [[https://phabricator.wikimedia.org/typeahead/help/PhabricatorProjectLogicalDatasource/|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