Commits

Bjorn Bringert authored 232cd50f152
NEW_API: Expose searchSuggestThreshold searchable attribute This lets the searchable activity specify the number of characters needed to trigger suggestions. Before, this was hard-coded at 0. This caused unnecessary querying of the suggestion provider in cases where the provider does not return suggestions for empty or short queries.