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 am trying to filter posts by a specific topic, for example, "My Example".
According to the documentation, it's possible to use the topics parameter to filter posts by the desired topic: Post Endpoint Documentation
However, when I add the topics parameter to my URI, I receive all posts, regardless of the specified topic. It appears that the filter is not being applied correctly.
Here is the URI I am using: https://myhumhub.instance/api/v1/post?topics=My%20Example&limit=2
As you can see, the limit parameter works correctly (I get 2 posts), but one of the posts matches the topic and the other does not.
Is there something I'm missing, or could this be a bug?
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to filter posts by a specific topic, for example, "My Example".
According to the documentation, it's possible to use the topics parameter to filter posts by the desired topic: Post Endpoint Documentation
However, when I add the topics parameter to my URI, I receive all posts, regardless of the specified topic. It appears that the filter is not being applied correctly.
Here is the URI I am using:
https://myhumhub.instance/api/v1/post?topics=My%20Example&limit=2
As you can see, the limit parameter works correctly (I get 2 posts), but one of the posts matches the topic and the other does not.
Is there something I'm missing, or could this be a bug?
Thanks
The text was updated successfully, but these errors were encountered: