-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
help wantedCan you help with this?Can you help with this?main appDEPRECATED: main_app before the core plugin refactor (was: 'core' stuff that isn't in plugins)DEPRECATED: main_app before the core plugin refactor (was: 'core' stuff that isn't in plugins)pluginDEPRECATED: split into core/features/support (was: about a plugin or the code that supports them)DEPRECATED: split into core/features/support (was: about a plugin or the code that supports them)rubyInvolves Ruby codeInvolves Ruby code
Description
Some of the search methods in the admin controllers aren't checking all the fields that a user might want to use to search for that kind of content.
Also, in some cases it would make sense to search against fields from associated objects, which none of the searches currently support - and some of those relationships are polymorphic. For example you might well want to search on /admin/lists/1/subscriptions for a ShinyList::Subscription by putting in the name or email address of the subscriber, which will be either a User or an EmailRecipient.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedCan you help with this?Can you help with this?main appDEPRECATED: main_app before the core plugin refactor (was: 'core' stuff that isn't in plugins)DEPRECATED: main_app before the core plugin refactor (was: 'core' stuff that isn't in plugins)pluginDEPRECATED: split into core/features/support (was: about a plugin or the code that supports them)DEPRECATED: split into core/features/support (was: about a plugin or the code that supports them)rubyInvolves Ruby codeInvolves Ruby code