v8.0.0-rc.11-dev.46: prisma-8-demo: full-text search over post titles, end to end (#30376)
- Prisma: 111 events in the last 90 days
- Prisma: 111th Release in the last 90 days
- Previous: earlier the same day · v8.0.0-rc.11-dev.45
What happened
Linked issue n/a — demonstrates the feature shipped in #30348 , which has no Linear ticket. Skill update n/a — the demo uses the surface skills/prisma-8/references/queries-postgres.md and contract.md already document; no wording changes. At a glance model Post { id Uuid @id @default ( uuid () ) title String // … @@fullTextIndex ( [ title ] , name : " post_title_search " ) @@map ( " post " ) } p.title.fullTextMatches…
Summary assembled by rule from the sources below