nevermind, the constraint was unnecessary the top ...
# orm-help
g
nevermind, the constraint was unnecessary the top level item was spelled wrong 😅 can I deleteMany by an array within a unique constraint? deleteTerms being an array of string terms
deleteMany: {
                        where: {                             uc_search_term: {                                 search_setting_id: user.search_setting.id,                                 term: {                                     in: deleteTerms,                                 },                             },                         },                     },