Does anyone have experience using exclude
for pointer keys?
I can get query.select('pointer.value')
working fine but can’t seem to get query.exclude('pointer.value')
working.
Thanks in advance!
I had the same issue. Take a look:
The server has a bug, this fix is in this PR, but it hasn’t been merged yet
Thank you both! Much appreciated.