hi @SergeLiatko !!
the UUID reference, both for nearObject
and moveto
or moveaway
should be in the same collection.
Considering that you can use UUID for moveto
and moveaway
, one solution would:
- Include those strings that you want to use in moveto in your collection
- filter them out while querying (using a flag property)
- reference the UUID in
moveto
ormoveaway
Let me know if this helps!