It is possible to search for Conduit methods belonging to an application, but this is done with text rather than typeaheads. This should probably use typeaheads. Actually, I imagine that this search is just doing string matching based on the Conduit method name, which is prefixed by the application name. If this is the case, Conduit methods should probably have a `getParentApplication()` method.