Commit c8088f5
authored
feat(blog): add Postgres full-text search post (#8093)
Part 5 of the Postgres features series: ranked search with a generated
tsvector column, GIN index, websearch_to_tsquery, and ts_rank, plus
pg_trgm typo tolerance, demoed on a temporary Prisma Postgres database.
All SQL outputs are real captures from PostgreSQL 17.2.
Also links part 4 forward via its next: frontmatter pointer.1 parent b6806c8 commit c8088f5
4 files changed
Lines changed: 606 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments