commit | d82108993f4550bf7a751ab27593ef8e15120db3 | [log] [tgz] |
---|---|---|
author | Satish Sampath <satish@android.com> | Thu Jun 11 16:33:05 2009 +0100 |
committer | Satish Sampath <satish@android.com> | Thu Jun 11 17:11:50 2009 +0100 |
tree | ba92d52fb970c8099dd4faf7d63c4c4f7b4aa6dd | |
parent | 35379abd46b68a4efa20035c6c8b9d1faceb4dcc [diff] |
NEW_API: Expose queryAfterZeroResults searchable attribute. If this attribute is provided and true, the searchable activity will be invoked for all queries in a particular session. If set to false and the activity returned zero results for a query, it will not be invoked again in that session for supersets of that zero-results query. For example, if the activity returned zero results for "bo", it would not be queried again for "bob" as an optimization. The default value is false.