prisma / docs

📚 Prisma Documentation
https://www.prisma.io/docs
Apache License 2.0
974 stars 758 forks source link

Fulltext search docs improvement #3350

Open keerlu opened 2 years ago

keerlu commented 2 years ago

Currently we have the following docs for full text search/indexes:

Missing:

janpio commented 2 years ago

Current state:

MongoDB full text search? Not implemented yet.

PostgreSQL full text indexes? Not adequately implemented yet to be worth documenting.

janpio commented 2 years ago

Note that _relevance is related to fullTextSearch and has a docs issue as well: https://github.com/prisma/docs/issues/5045