Random Sort
Randomly sort API data
Strapi plugin random-sort
Simple plugin to randomly sort the data of a request.
Installation
npm install strapi-plugin-random-sort
or
yarn add strapi-plugin-random-sort
Config
1 'random-sort': {
2 enabled: true,
3 },
Usage
Add a ?randomSort=true
as a query parameter
Example
http://localhost:1337/api/blogs?populate=*&randomSort=true
⭐️Did you find this helpful?
If you found this plugin helpful give it a star?
Install now
npm install strapi-plugin-random-sort
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.