← 返回事件
持续讨论科技发版8.0.0-rc.11

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

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源