GraSim
Results
1
issues of
GraSim
### Steps to Reproduce I don't know the id of the item I want to delete so I'm using filters. ``` await isarDB.writeTxn(() async { isarDB.categoryItems.filter() .categoryIdEqualTo(categoryId) .nameEqualTo(name) .deleteAll(); });...