about summary refs log tree commit diff
path: root/migrations/2018-04-14-170750_search-index
AgeCommit message (Collapse)AuthorFilesLines
2018-04-14 fix(migrations): Change weighting of title vs. bodyVincent Ambo1-2/+2
After thinking for a little while I actually think the body of a post may be more relevant when searching for posts than the thread title. Right now this is just a hunch and we'll have to find out how it actually ends up working in real life.
2018-04-14 feat(migrations): Add materialized view & index for full text searchVincent Ambo2-0/+23
Adds a materialized view to be used for full-text searches that indexes the tsvector documents for each post.