...
- Set-up yuuvis® API system (see minikube setup, for example Installation Guide)
- A user with read and write permissions on a document type in the system (see tutorial for permissions)
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "objects": [{ "properties": { "system:secondaryobjecttypeids": { "remove": "INV" } } }] } |
Searching for Objects
You You search for objects that that use secondary object types by explicitly specifying them in the FROM clause: select * from appSot:INV.
The search result delivers the entire object and not only the properties of the specified secondary object type.
...