Skip to content

Implemented PostgreSQL full-text search on the course table, added a tsvector generated column with GIN index, replaced the ILIKE '%query%' predicate with @@ plainto_tsquery, and added ts_rank relevance-based ordering. Removed an unused test import; entity unchanged since the column is DB-managed.#939

Closed
DevScoopee wants to merge 2 commits into
rinafcode:mainfrom
DevScoopee:main

Implemented PostgreSQL full-text search on the course table — added …

bee79bc
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs