I am having an issue with quick. It seems with v5 ...
# box-products
r
I am having an issue with quick. It seems with v5 there is a change with how relationship instances work. The following code use to honor the
retrieveQuery
method but now longer has any effect.
Copy code
var prefix = getInstance('IpPrefix').find(1);
var ipAddresses = prefix
	.ipAddresses() //relationship instance
    .orderBy('id', 'asc')
	.retrieveQuery()
	.get();
Could the quick experts weigh in? @elpete @sknowlton
s
r
Aha 👍
Thanks