Does anyone have an idea why the column definition is wrapping the dataType with " ... "
This is making the whole SQL expression invalid. If I remove manually the
" .. "
around the expression it works.
This is the result of running drizzle-kit generate:pg
https://github.com/drizzle-team/drizzle-orm/issues/247#issuecomment-1742110943GitHub
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.
2 Replies