Topic filter does not return all posts matching the users filter

Thanks for the report!

This is because there is currently a bug where we unencoded query parameters when we construct the load more URL. This caused problems downstream where only the first username in the users: filter was being used to filter for topics when loading more.

This has been fixed in

2 Likes