do_full_query_async_parsed

@accepts(RB.RhythmDBQueryResults, RB.RhythmDBQuery)
@returns(none)
def do_full_query_async_parsed(results, query)

Asynchronously runs a parsed query across the database, feeding matching entries to @results in chunks. This can only be called from the main thread.

Since @results is always a @RhythmDBQueryModel, use the RhythmDBQueryModel::complete signal to identify when the query is complete.

results :

a RB.RhythmDBQueryResults instance to feed results to

query :

the query to run