From d82108993f4550bf7a751ab27593ef8e15120db3 Mon Sep 17 00:00:00 2001 From: Satish Sampath Date: Thu, 11 Jun 2009 16:33:05 +0100 Subject: [PATCH] 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. --- api/current.xml | 24 ++++++++++++------------ core/res/res/values/public.xml | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/api/current.xml b/api/current.xml index cb348e16295e1..f30c505f27b5d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -3518,17 +3518,6 @@ visibility="public" > - - + + +