Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Domain search result contains wrong domain path value #19

Closed
kovax opened this issue Apr 22, 2018 · 1 comment
Closed

Domain search result contains wrong domain path value #19

kovax opened this issue Apr 22, 2018 · 1 comment
Labels
Milestone

Comments

@kovax
Copy link
Member

kovax commented Apr 22, 2018

The path bellow should be the full DomianPath like /myRoot/myItems/Midnight

{
  "start": 0,
  "pageSize": 75,
  "totalRows": 1,
  "rows": [
    {
      "name": "Midnight",
      "type": "item",
      "url": "http://localhost:8081/item/caddd191-b6c6-40db-8e60-fd7a3cf8ce44",
      "path": "/Midnight",
      "uuid": "caddd191-b6c6-40db-8e60-fd7a3cf8ce44"
    }
  ]
}
@kovax kovax changed the title Domain path search does not returl Domain search result contains wrong domain path value Apr 22, 2018
@kovax
Copy link
Member Author

kovax commented Apr 22, 2018

The path field was designed to work with getChildren() functionality. For search functionality the implementation has to query each Item for its actual DomainPath.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant