summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libappstream-glib/as-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-store.c b/libappstream-glib/as-store.c
index d37d4b3..1e6f2e9 100644
--- a/libappstream-glib/as-store.c
+++ b/libappstream-glib/as-store.c
@@ -3375,6 +3375,7 @@ as_store_init (AsStore *store)
priv->api_version = AS_API_VERSION_NEWEST;
priv->array = g_ptr_array_new_with_free_func ((GDestroyNotify) g_object_unref);
priv->watch_flags = AS_STORE_WATCH_FLAG_NONE;
+ priv->search_match = AS_APP_SEARCH_MATCH_LAST;
priv->search_blacklist = g_hash_table_new_full (g_str_hash,
g_str_equal,
g_free,