We could use the standard take field in findRandom to hold the number of random results to return, defaulting to 1. This would reduce the number of functions introduced to user's models. Simpler is better.
Note: this will we require a major version bump. Be sure to update documentation.
We could use the standard
takefield infindRandomto hold the number of random results to return, defaulting to 1. This would reduce the number of functions introduced to user's models. Simpler is better.Note: this will we require a major version bump. Be sure to update documentation.