Replies: 1 comment
-
|
It's ok, |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I try to add a filter within my resource that will search on several fields.
I tried to use
ApiFilterwithPartialSearchFilterbut the InvalidArgumentException is throw because the Laravel filters doesn't extendApiPlatform/Metadata/FilterInterfaceI tried to use the QueryParameter but it seem impossible to search on multiples properties.
Anyone have an idea how to search in the book title or in the book reference in this resource ?
I use the key
searchin the my query (mywebsite.com/api/books?search="Azerty") but it could be anything likeqthanks
Beta Was this translation helpful? Give feedback.
All reactions