Closed tsegismont closed 3 years ago
Fixes #144
The only way to lookup a specific Record was to provide a criteria JsonObject or filter Function. Under the hood, this meant retrieving all the records and then iterating over the list to inspect elements.
Fixes #144
The only way to lookup a specific Record was to provide a criteria JsonObject or filter Function. Under the hood, this meant retrieving all the records and then iterating over the list to inspect elements.