You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
service.remove(null,{query: { foo: "bar"}}) throws an error. Service.remove(null, {foo:"bar"}) works, but if I understand the feathers docs correctly, the first should be correct.
The text was updated successfully, but these errors were encountered:
service.remove(null,{query: { foo: "bar"}}) should work.
Does options contain multi: true?
See working example
Run example with bin/solr start -e schemaless
service.remove(null,{query: { foo: "bar"}}) throws an error. Service.remove(null, {foo:"bar"}) works, but if I understand the feathers docs correctly, the first should be correct.
The text was updated successfully, but these errors were encountered: