🐜 Remove query filtering in the `find` getter
Uncovers an issue found by @kshitizshankar and @J3m5 in #482
The query filtering wasn't really necessary in the find getter. The whitelist
and paramsForServer
options should now behave as expected.