SearchDebounce
object SearchDebounce
Resolves how long a search query is debounced for, based on its length.
Queries of one or two characters match a large portion of the data set, which makes them the slowest ones to serve, while they are usually just a step towards the query the user is after. The thresholds match the other Stream Chat SDKs.
Functions
Link copied to clipboard
Returns the debounce period for query, never shorter than debounceMs.