System Information
- *Strapi Version: 4
- Database: postgresql
hello i have problem with pagination , so i send request :
strapi.db.query("api::tags.tags").findMany({ where: { title: { $containsi: query } }, sort: { createdAt: "desc" }, start: (data.tags.meta.pagination.page - 1) * 10, limit: 10 });
i got response but i have always response without params : ,start & limit" i don’t know where i make mistake thanks for all answer