As an user I would like to be able to search the application not only from its type, but also for functions that return types (eg list generics).
The idea of this ticket (that is a follow up of the engineer meeting we had last week), is to allow the user to change what they search for on the main ZObject page, allowing them to also search for functions and not just types.
Possible blockers:
- when searching for function I may not be able to know if a function return another type or a value and therefore selecting it may break the UI! I will investigate as part of this ticket