DT
Drizzle TeamDustin@WunderGraph

How to create GIN/GIST index on text[] column?

GitHub
Add Full-Text Search capability · Issue #247 · drizzle-team/drizzle...
This is a feature request for Full-Text Search functionality to perform a fulltext search on specific fields. Ideally with support for using GIN/GIST indexes to speed up full text search.
GitHub
[BUG]: Creating index with using does not yield any result · Issue ...
What version of drizzle-orm are you using? 0.27.0 What version of drizzle-kit are you using? 0.19.1 Describe the Bug Create a schema with the following code: export const user = pgTable( 'users...
D
Dustin@WunderGraph303d ago
GitHub
PostgreSQL - cannot create index with using · Issue #41 · drizzle...
Hi, I'm trying to create a GIN index in Postgres on a table like this CREATE INDEX example_index ON example_table USING gin ((data->'path'->'to'->'field') jsonb...