marmelab / ra-supabase

Supabase adapter for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
MIT License
141 stars 26 forks source link

deleteMany - does not work correctly #5

Closed vender closed 2 years ago

vender commented 2 years ago

Hi, covered up a problem at work deleteMany() method .match({ id: ids }); can only remove one item I suggest changing to .in('id', ids);

djhi commented 2 years ago

Thanks for reporting!