Part of elisa.plugins.database.searcher View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
49 | Method | search | Trigger a search for uri and fill the
result_model with the |
71 | Method | _search_artists | Undocumented |
77 | Method | _search_music_tracks | Undocumented |
85 | Method | _search_music_albums | Undocumented |
91 | Method | _fill_in_data | Undocumented |
Inherited from Searcher:
Line # | Kind | Name | Docs |
---|---|---|---|
52 | Method | __init__ | Undocumented |
76 | Method | _query_provider | Internal helper method: query for the resource provider definded by the |
Inherited from Component (via Searcher):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
130 | Method | initialize | Initialize the component. |
142 | Method | clean | Clean the component. |
uri
and fill the
result_model
with the results.Parameters | uri | the original URI that was requested. See the corresponding documentation in
SearchMetaresource.get for more informations about it.
(type: elisa.core.media_uri.MediaUri
) |
result_model | containing the result for this search and should be filled asynchronously
in background
(type: one of elisa.plugins.search.result_models
) | |
Returns | fired whenever the search is done
(type: elisa.core.utils.cancellable_defer.CancellableDeferred
) |