I would like to know if it is possible to search through topics/posts, either by the user interface or by the API endpoint /search.json depending on their update date, either by ordering them by latest update or by filtering topics updated before/after a certain date
This isn’t what I mean - what I really want is to retrieve topics of which the main post has been edited after a given YYYY-MM-DD date on the whole site with the search
For instance, if you had two topics created on 2024-02-11, but one of them was edited on 2024-02-12, than i would like to be able to search for that later topic only (edited-after:2024-02-12 for instance)