building filtering / sorting functionality like ransack for ruby #3117
Unanswered
matthewhausman
asked this question in
General
Replies: 1 comment 3 replies
-
am I supposed to use this? or is there additional lock in that may be undesirable? https://github.com/strawberry-graphql/strawberry-graphql-django/blob/main/docs/guide/filters.md |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious how anyone here has built a sophisticated application without the ability to do sophisticated sorting / filters on the server side...
https://activerecord-hackery.github.io/ransack/getting-started/search-matches/
I have code that does this for searching sorting for strawberry but it sucks, how can we make this happen?
Beta Was this translation helpful? Give feedback.
All reactions