In maniphest.edit, the field for task name is "title" [1], while in maniphest.search the returned the task name as "name" in fields [2]
[1] https://secure.phabricator.com/conduit/method/maniphest.edit/
[2] https://secure.phabricator.com/conduit/method/maniphest.search/
Step to reproduce
- Open link [1] in new tab
 - Open [2],
 - Set field "constraints" to
 
{ "fulltext": "ERR-CONDUIT-CORE" }- Click button "Call Method"
 - Application will return response with something like this,
 
{
  "data": [
    {
...
      "fields": {
        "name": "test!!!!!!!!!!!!",
...