We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to filter data in subdocument, I have data like
"tournament": { "_id": "61b856a44509680799f619b6", "name": "Turnamen Amatir", "organizer": "Club Golf Indonesia", "venue": "Bukit Darmo Golf", "date": "2022-02-10T08:04:42.558Z", "tournamentPicture": "tournamentPicture-1640157632545.png" }, "user": { "_id": "5aa1c2c35ef7a4e97b5e995a", "name": "Super Administrator", "city": "Bucaramanga", "country": "Colombia" }, "pointTotal": 1
I want to filter tournament name, I tried by writing param fields=tournament.name&filter=Turnamen Amatir but always fail
fields=tournament.name&filter=Turnamen Amatir
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how to filter data in subdocument, I have data like
I want to filter tournament name, I tried by writing param
fields=tournament.name&filter=Turnamen Amatir
but always failThe text was updated successfully, but these errors were encountered: