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

Descending order not working #1498

Open
Bishalis opened this issue Jan 24, 2024 · 3 comments
Open

Descending order not working #1498

Bishalis opened this issue Jan 24, 2024 · 3 comments

Comments

@Bishalis
Copy link

http://localhost:8080/products?_sort=price&_order=desc

@gitjoyoung
Copy link

gitjoyoung commented Jan 24, 2024

me too!!
but i solved

posts?_sort=id,-views

view = asc
-view = desc

@Bishalis
Copy link
Author

me too!! but i solved

posts?_sort=id,-views

view = asc -view = desc

why is mine not working even using -
views

@prosis-shrestha
Copy link

"products?_sort=-price" this should solve it

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

3 participants