Closed barneyb closed 1 year ago
Create a Postgres fulltext index for recipe search, but don't actually use it (yet). Several not-quite-orthogonal concerns:
tsvector
Because of initial indexing time, this is going to roll out in two phases: building the index and using the index for search. So this guy's toast, in favor of two sequential PRs to com.
Create a Postgres fulltext index for recipe search, but don't actually use it (yet). Several not-quite-orthogonal concerns:
tsvector
(fulltext search document) of "recipe text" per recipe