Description
Currently the Salesforce component will query an org and present all objects, including system level objects, sharing records, etc. From a practical perspective it doesn't make sense to search by them as an administrator wouldn't even have access to their properties.
Example
We see from the below screenshot that not only Account is shown, but also Account share ( only created and accessed through Apex code ), and other unnecessary objects making the list very large.

Proposed Solution
Adding a Drop-down which allows you to filter between Custom Objects, Standard Objects, and System Generated Objects. This would greatly improve the UX.
Description
Currently the Salesforce component will query an org and present all objects, including system level objects, sharing records, etc. From a practical perspective it doesn't make sense to search by them as an administrator wouldn't even have access to their properties.
Example
We see from the below screenshot that not only Account is shown, but also Account share ( only created and accessed through Apex code ), and other unnecessary objects making the list very large.

Proposed Solution
Adding a Drop-down which allows you to filter between
Custom Objects,Standard Objects, andSystem Generated Objects. This would greatly improve the UX.