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
When using memory-connector, some of the nested queries are not working.
For the below sample data, below are working and non working nested query examples.
Working queries /api/customers?filter[where][emails.address]=[email protected] /api/customers?filter[where][customdata.obj.value]=DC893708 Not Working queries /api/customers?filter[where][customdata.list.value]=67925088689
Working queries
Not Working queries
Similar issues, #517, #953 Forked repository to reproduce the issue: https://github.com/pponugo/loopback-sandbox
{ name: 'John Lennon', address: { street: '123 A St', city: 'San Jose', state: 'CA', zipCode: '95131', tags: [ { tag: 'business' }, { tag: 'rent' }, ], }, friends: [ { name: 'Paul McCartney' }, { name: 'George Harrison' }, { name: 'Ringo Starr' }, ], children: ['Sean', 'Julian'], }
The text was updated successfully, but these errors were encountered:
Fixed and created pull request. loopbackio/loopback-datasource-juggler#1027
Sorry, something went wrong.
Fixed by #1027 and loopbackio/loopback-datasource-juggler@d385dfa.
No branches or pull requests
When using memory-connector, some of the nested queries are not working.
For the below sample data, below are working and non working nested query examples.
Similar issues, #517, #953
Forked repository to reproduce the issue: https://github.com/pponugo/loopback-sandbox
The text was updated successfully, but these errors were encountered: