[#2] Improve searching based on tags
The search feature looks for words mentioned in the cached `tags` member of posts, but there should be an actual lookup made based on the tagged posts when a "#tagname" is entered in the search field. These matches should be weighted above regular text matches.
✔︎ #feature
2023-05-13 · 3 years ago
1 Comment
2023-06-02 · 3 years ago
Implemented for v4.0. There is no extra weighting, though, just a requirement for the exact #tag to be on the post.