Not Equal filter not working on nextjs with prisma.
Hi guys, i've noticed a bug while trying to query all users except the ones with a specific role.
On GitHub i've seen that a user already reported that:
https://github.com/better-auth/better-auth/issues/2468
Has this happened to other? Is there any available workaround?
GitHub
NE filter operator not working with Prisma · Issue #2468 · better...
Is this suited for github? Yes, this is suited for github To Reproduce This is the query i'm using: await authClient.admin.listUsers( { query: { filterField: "role", filterOperator: &...
0 Replies