Text Search + Prisma - examples? Trying to allow s...
# prisma-whats-new
n
Text Search + Prisma - examples? Trying to allow search on Strings and on related records
Can I just write SQL in my resolvers tied to a custom query?
l
Tagging in for the answer to this. I haven't seen anything. You could use a service (algolia), but this is one of the obvious needs to direct SQL access. Postgres has a very good text search that covers most use cases without going the elastic search / algolia route
n
Yeah, looking for a solution in the existing construct, trying to get search live in the next 3 weeks
j
Algolia will be your best bet for now. Im looking to write an exampls later this week. It should be in the prisma example repo after I push
n
thanks @juicycleff
j
You welcome @noahdavis