[#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
๐ Issue #2 in s/Bubble-Issues
2023-05-13 ยท 3 years ago
1 Comment
Commit ad04c7b3 ยท Searching for tags ("#tag")
2023-06-02 ยท 3 years ago
๐ skyjake [OP/mod...] ยท 2023-06-02 at 10:02:
Implemented for v4.0. There is no extra weighting, though, just a requirement for the exact #tag to be on the post.