#2007 API: when querying issues "since" attribute is not always effective
Closed: Fixed Opened by mkosek.

This is a follow up to #1549, where since was added. I realized that "since" only works when it is the single attribute to an Issue query. However, when there is another attribute like "status", all issues are returned.

Example: this API query and that API query should return the same number of results, but they do not.

This issue has a performance impact on our tool maintaining a cache of Pagure issues. It periodically updates the cache and now it needs to always process all of the repo issues, instead of processing just the new ones.


Metadata Update from @vivekanand1101:
- Issue assigned to vivekanand1101

Metadata Update from @pingou:
- Issue tagged with: bug

Metadata Update from @lslebodn:
- Issue tagged with: IDM

Fixed in #2009

Metadata Update from @vivekanand1101:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata