Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add created filter to licenses and other records to filter by creation time #806

Open
ezekg opened this issue Apr 3, 2024 · 0 comments
Open

Comments

@ezekg
Copy link
Member

ezekg commented Apr 3, 2024

Feature request was for licenses, but could be useful for other resources.

We can base it off of the license's expires filter:

  • created[at]=<timestamp> to query by exact timestamp or date.
  • created[within]=24h to query by time range (e.g. within the last 24 hours).
  • created[before]=<timestamp> to query before timestamp or date.
  • created[after]=<timestamp> to query after timestamp or date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant