-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Product filter by category #217
Comments
@raphael0202 need your help on this 😇 |
From what I see it's not supported by fastapi-filter, we can either:
I would personally be in favor of option 1 if the maintainer reply fast :) |
I looked into updating the fastapi-filter library, but our need here is linked to postgresql array, whereas the library does only filtering on basic/sqlite fields. So I ended up trying something in our API directly, you can have a look here : #234
|
Now possible to filter by
Edit : now possible to filter by
Edit 2 : now possible to filter by
|
Story
Following #154
We need to add a new filter capability to find only products of a certain category. Bonus : allow filtering by multiple categories as well.
But I'm not exactly sure how to proceed with the fastapi-filter library. I opened an issue : arthurio/fastapi-filter#556
Or maybe I'm missing something ? 😅
The text was updated successfully, but these errors were encountered: