Hey we're using deployments over API with vercel sdk and since about Wednesday April 16th, the vercel.projects.getProjects stopped finding project using the search parameters. Here is my code:
const projects = await vercel.projects.getProjects({ slug: teamSlug, search: projectName, })
Suddenly this returns 0 projects. When I remove the search param, the project with projectName is listed there. Not sure if I can share the details (team slug and project name) here but we have currently 84 projects in this team.