-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Needs to add a column to the courses
check this
example
ALTER TABLE se_details ADD COLUMN ts tsvector
GENERATED ALWAYS AS
(setweight(to_tsvector('english', coalesce(event_narrative, '')), 'A') ||
setweight(to_tsvector('english', coalesce(episode_narrative, '')), 'B')) STORED;
example
Need to rank the title ,organisation_name,descriptaion
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request