Topic list parameter for created after

I had an interesting idea for an alternate Discourse user agent, but it would require a topic list filter for created_after.

Specifically I want this to work: /latest.json?order=op_likes&created_after=2023-06-07

Prior art: The bumped_before query parameter exists in the opposite direction, but having it be a number of days feels like a mistake. I think DateTime.parse(...).trunc(1.hour) would give a good balance of caching and precision.

2개의 좋아요

I think we have one now as part of the Topics list filter feature, if that helps?

4개의 좋아요

Oh this looks good, this already returns fairly high quality results on Meta:

https://meta.discourse.org/filter?q=created-after%3A2023-06-07%20order%3Alikes-op

5개의 좋아요

Hmm, the fact that this requires login is unfortunate, but very understandable.

1개의 좋아요

That is just temporary, once it is completely done I expect we would open it up.

@tgxworld probably has more context.

1개의 좋아요

I believe this is now available to anon: :partying_face:

https://github.com/discourse/discourse/pull/24359

4개의 좋아요