hey guys, quick question, regarding search in a Prisma/Yoga powered app, is there a way to use full text search yet when using a postgres db? And is there any update on a Elastic Search implementation?
d
divyendu
10/27/2018, 9:44 AM
For now, you can bypass Prisma binding/client in GraphQL resolvers and implement elastic search query using an elastic search SDK. Also, you can use this issue to track the progress of elastic search connector: https://github.com/prisma/prisma/issues/1665
r
rein
10/27/2018, 9:52 AM
thanks for the reply, how difficult would it be to do this?
n
nilan
10/27/2018, 10:56 AM
try it out, then you'll know 😄 it's not a question that has a reasonable answer simple smile
r
rein
10/27/2018, 10:58 AM
alright! Can you tell us if the implementation of the elastic search connector is still on track for Q4 then?
n
nilan
10/27/2018, 11:01 AM
Work on the elastic search connector hasn't started yet so it's difficult to say