You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't use Bear Blog, but I still found myself digging through the source earlier today, thinking that there might be a bug in tag filtration. No such luck after a little bit of poking; the logic in blog.py seemed fine.
Then I looked at a few more blogs on the platform, and the q parameter seemed to work as expected. Was I imagining otherwise? Nope, it's seemingly broken in some blogs, but working fine in others. I'm wondering if anyone who uses Bear Blog has thoughts on why tags wouldn't work?
Steps to reproduce (blogs chosen mostly at random):
Open one of the blogs below and click on any of the tag links at the bottom of the post. This should return a filtered list of posts that contain that tag.
Thanks for taking an interest in this. It baffled me for a bit as well, but I've just figured it out.
So, there is the ability to overwrite the blog page by creating a page with the link blog and adding a custom post list. The benefit of doing this is that you get more control over what the page looks like since you can add content surrounding the post list.
However, the embedded post list does not have the filter functionality built into it. Only the original blog page does. It is a limitation that I'll give some thought to, but it is also a very niche problem :)
I don't use Bear Blog, but I still found myself digging through the source earlier today, thinking that there might be a bug in tag filtration. No such luck after a little bit of poking; the logic in
blog.py
seemed fine.Then I looked at a few more blogs on the platform, and the
q
parameter seemed to work as expected. Was I imagining otherwise? Nope, it's seemingly broken in some blogs, but working fine in others. I'm wondering if anyone who uses Bear Blog has thoughts on why tags wouldn't work?Steps to reproduce (blogs chosen mostly at random):
Open one of the blogs below and click on any of the tag links at the bottom of the post. This should return a filtered list of posts that contain that tag.
✅ https://snaphappy.me/white-peony/
❌ https://meadow.cafe/just-because-its-all-in-your-head-doesnt-mean-its-not-real/
Notice that the second blog just always returns every entry, regardless of tag. Any brilliant ideas? (No idea why this is irking me)
The text was updated successfully, but these errors were encountered: