tags:

views:

215

answers:

2

I'm trying to implement both recent suggestions and custom suggesions in global search in the same application. They both use the same path in the provider so it doesn't seem like it is possible to return different results for them. For example just recent searches for suggestions and real search results in the Quick Search Box.

Any idea on how to do this?

A: 

Looking at the searchable config document, it looks like you should be able to use different values of android:searchSuggestPath to disambiguate between the two.

Karl Bielefeldt
A: 

Did you manage to solve your problem?

Jure
Nope. Guess it isn't possible.
alexanderblom