On 08/01/2016 07:13 AM, 转圈圈 wrote:
The above code is wrong,how fuzzy query?
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
You need to prefix with 'search=',
So for example to search by name or status, you should have something like:
....list().search("search=name=myvm or status=up").send()....
You can check examples here:
https://github.com/oVirt/ovirt-engine-sdk-java/tree/master/sdk/src/test/j...