gnu-octave / SavannahAPI

Overview about open GNU Octave bugs.
GNU General Public License v3.0
4 stars 1 forks source link

limit by SubmittedOn? #3

Open NRJank opened 2 years ago

NRJank commented 2 years ago

I know i can Order by SubmittedOn, and i see in the readme a parameter SubmittedOn = [Ignored]. Is there a way to set a filter by SubmittedOn? either >, <, = a particular date, or between dates? Similar for LastComment

siko1056 commented 2 years ago

Thanks for the interest. And I am sorry, datetime range filters (for SubmittedOn and LastComment) are not yet implemented.

https://github.com/gnu-octave/SavannahAPI/blob/31f914faa50f4202695d4d13e204e60d243b9cb6/server/db.php#L132-L134