queue_search


Description:

public bool queue_search (string query)

Schedule a debounced search (~500 ms). Empty text clears results and cancels the session.

When the user shortens the query or changes it in a non-prefix way, results are cleared immediately. When they only extend the previous query, the current list stays until the next search completes.

Parameters:

query

search box text from Add Model

Returns:

true if prior results were kept (query extended); false if cleared or first char