v8.0.0-rc.11-dev.46: prisma-8-demo: full-text search over post titles, end to end (#30376)
- Prisma 近 90 天出现 111 次
- Prisma 近 90 天第 111 次发版
- 上一次:同一天稍早 · v8.0.0-rc.11-dev.45
发生了什么
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…
摘要按规则整理自下方来源原文