[#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

๐ŸŒ† skyjake [mod, sysop]

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.