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

Result filtering & sorting (medias) #3

Open
sundowndev opened this issue Aug 15, 2020 · 0 comments
Open

Result filtering & sorting (medias) #3

sundowndev opened this issue Aug 15, 2020 · 0 comments
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@sundowndev
Copy link
Member

sundowndev commented Aug 15, 2020

A feature to only get desired results based on query filters.

Filters

  • _eq Equal
  • _in In array
  • _before Before date
  • _after After date
  • sort Sort results by field
  • q search query

List of params

  • q
  • sort
  • status_eq
  • status_in
  • created_at_after
  • created_at_before
  • updated_at_after
  • updated_at_before

Example

GET /medias?sort=title:DESC
GET /medias?status_eq=Processing
GET /medias?status_in=Processing,Ready
GET /medias?created_at_after=2021-01-23
GET /medias?q=my%20title

@sundowndev sundowndev added this to the v1-beta milestone Aug 15, 2020
@sundowndev sundowndev added the kind/enhancement New feature or request label Aug 15, 2020
@sundowndev sundowndev added the need triage Work In Progress label Nov 12, 2020
@sundowndev sundowndev removed this from the v0.1-beta milestone Nov 13, 2020
@sundowndev sundowndev changed the title Video search feature Media search feature Jan 9, 2021
@sundowndev sundowndev changed the title Media search feature Result filtering (medias) Jan 17, 2021
@sundowndev sundowndev added this to the v0.2.0 milestone Jan 17, 2021
@sundowndev sundowndev removed the idea label Jan 17, 2021
@sundowndev sundowndev self-assigned this Jan 17, 2021
@sundowndev sundowndev removed this from the v0.2.0 milestone Jan 18, 2021
@sundowndev sundowndev changed the title Result filtering (medias) Result filtering & sorting (medias) Feb 26, 2021
@sundowndev sundowndev removed the need triage Work In Progress label Mar 4, 2021
@sundowndev sundowndev added this to the v0.3.0 milestone Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant