Admin search features aren't comprehensive #630
Labels
help wanted
Can you help with this?
main app
DEPRECATED: main_app before the core plugin refactor (was: 'core' stuff that isn't in plugins)
plugin
DEPRECATED: split into core/features/support (was: about a plugin or the code that supports them)
ruby
Involves Ruby code
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.
The text was updated successfully, but these errors were encountered: