← Back to events
ActiveTechRelease8.0.0-rc.11

v8.0.0-rc.11-dev.46: prisma-8-demo: full-text search over post titles, end to end (#30376)

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

Why it's spreading

Sources