ohh so peakd can't find it... now, that is quite interesting. @asgarth do you know why this is the case? sorry to tag you
You are viewing a single comment's thread from:
ohh so peakd can't find it... now, that is quite interesting. @asgarth do you know why this is the case? sorry to tag you
Because there is no "photography" tag in the snap metadata. The tag is only in the content, but that is not used to index the post.
ohhh interesting... I did not know this is how you handled it. To my to-do list.
Not really up to me. This is how Hive node, Hivemind and HafSQL handle it. I use the whole Hive decentralized stack and without proper metadata those systems simply don't index the post/comment for the tag.
I've been doing it the brute way... parsing through snaps, looking for the tag. ha!
And store in your own database? Or how do you retrieve the snaps by tag?
i guess at least im not breaking the "single source of truth" rule. But I basically built a recursive function. It loads results client side and displays.
your way is waaaay better.