summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-22 14:41:43 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-22 14:49:30 +0100
commite570b772cf14438f2b3d39b5931b637b6f8c6551 (patch)
tree192601142317755876c6eb30abdacb1fff4ef1d0
parentb5d032cbd2a29731a34d531f2a1849fb00991c3c (diff)
downloadappstream-glib-e570b772cf14438f2b3d39b5931b637b6f8c6551.tar.gz
A keyword search match is better than the project name
-rw-r--r--libappstream-glib/as-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-app.c b/libappstream-glib/as-app.c
index 0faaac2..c096534 100644
--- a/libappstream-glib/as-app.c
+++ b/libappstream-glib/as-app.c
@@ -3262,7 +3262,7 @@ as_app_create_token_cache_target (AsApp *app, AsApp *donor)
}
for (i = 0; i < priv->keywords->len; i++) {
tmp = g_ptr_array_index (priv->keywords, i);
- as_app_add_tokens (app, tmp, "C", 40);
+ as_app_add_tokens (app, tmp, "C", 90);
}
for (i = 0; i < priv->mimetypes->len; i++) {
tmp = g_ptr_array_index (priv->mimetypes, i);