Hi All, any idea when `Fuzzy/Phrase full text sear...
# orm-help
c
Hi All, any idea when
Fuzzy/Phrase full text search
will be available in prisma schema and client?
almost any web service these days have some sort of search implemented, would be really really nice to have this capability in Prisma even if its the most basic form of fuzzy/phrase full text search 🙂
m
For this you will be better off with using a service like meilisearch or algolia.
j
Prisma can only give you waht your database offers
There is an issue for that, and that is being design and thought about right now
r
@Cliff do add a 👍 and follow this request for more updates 🙂 https://github.com/prisma/prisma/issues/1684
🦜 1