When running misp.search() and using relative timestamps for parameter such as published_timestamps='4h' or date_from='4h', it starts to fetch the oldest event first in my case it starts fetching events from 2022 and works towards 2026 which resulted in it fetching nearly 40,000 pages of 100 events each before starting to fetch the actual event which were within the filter range
Feature request: Ability to define search order (descending) as a parameter to the function in PyMISP to be able to use relative time frame search more effectively