-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Searching #60
Comments
Hi joaolucas89, the zf-apigility-doctrine module contains filters like you describe. Read the documentation here for details: https://github.com/zfcampus/zf-apigility-doctrine The filters are a good idea in theory but in practice it's not as beneficial. For instance, you don't want to allow your users to query on just anything. So, I'm pulling them into their own repository so you can apply the filters to any Query Builder object. Stay tuned and/or come contribute, Originally posted by @TomHAnderson at zfcampus/zf-apigility#77 (comment) |
zf-apigility-doctrine provide collection attributes like total, page_count, limit ? Originally posted by @luqezman at zfcampus/zf-apigility#77 (comment) |
If your collection is a If you make your collection to an instance of Originally posted by @Wilt at zfcampus/zf-apigility#77 (comment) |
Hello, it's possible to search using apiglity ? Using query string params ? For example, search user list by name, birthday, etc ? Automatic search
Originally posted by @luqezman at zfcampus/zf-apigility#77
The text was updated successfully, but these errors were encountered: