docs
docs copied to clipboard
Fulltext search docs improvement
Currently we have the following docs for full text search/indexes:
- Indexes concepts page has a section on Full-text indexes for MySQL and MongoDB
- Full-text search concepts page for PostgreSQL and MySQL
-
Client API reference entry for
search
for PostgreSQL and MySQL - Filtering and sorting concepts page has a Sort by relevance section for PostgreSQL
Missing:
- documentation of
@fulltext
in the schema reference attributes section - document index limitation for MongoDB - see #2729
- MongoDB full text search?
- PostgreSQL full text indexes?
- links to index configuration docs from client full text search docs - see comment here
Current state:
MongoDB full text search? Not implemented yet.
PostgreSQL full text indexes? Not adequately implemented yet to be worth documenting.
Note that _relevance
is related to fullTextSearch
and has a docs issue as well: https://github.com/prisma/docs/issues/5045