server: strip html from search index of summaries
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Add down migration script here
|
||||
DROP INDEX post_summary_idx;
|
||||
CREATE INDEX post_summary_idx ON post USING gin (
|
||||
to_tsvector('english', summary)
|
||||
);
|
||||
Reference in New Issue
Block a user