enableRecentSearches property

bool enableRecentSearches
final

If set to true then users will see the top recent searches as the default suggestions.

Defaults to false. Appbase.io recommends defining a unique id for each user to personalize the recent searches.

Note: Please note that this feature only works when recordAnalytics is set to true in appbaseConfig.

Implementation

final bool enableRecentSearches;