We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently user search is done solely on an insensitive Prisma contains query (I think this uses LIKE under the hood):
contains
LIKE
lets-watch-it-together/src/pages/api/search/users.ts
Lines 27 to 31 in 2cf3b9a
We could investigate using:
All of these may be impossible using Heroku's free tier's limits.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently user search is done solely on an insensitive Prisma
contains
query (I think this usesLIKE
under the hood):lets-watch-it-together/src/pages/api/search/users.ts
Lines 27 to 31 in 2cf3b9a
We could investigate using:
All of these may be impossible using Heroku's free tier's limits.
The text was updated successfully, but these errors were encountered: