Fix bug #14324070 Settings search does not include any of wifi sub-settings

- add AdvancedWifiSettings to the Index
- bump the database version to force a re-indexing at the first start

Change-Id: I45aacfe6e0bb38a1209ea8dd2c4ccf0f1b90a526
This commit is contained in:
Fabrice Di Meglio
2014-05-09 19:08:44 -07:00
parent 075a2963e8
commit 34483748df
2 changed files with 8 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ public class IndexDatabaseHelper extends SQLiteOpenHelper {
private static final String TAG = "IndexDatabaseHelper";
private static final String DATABASE_NAME = "search_index.db";
private static final int DATABASE_VERSION = 112;
private static final int DATABASE_VERSION = 113;
public interface Tables {
public static final String TABLE_PREFS_INDEX = "prefs_index";