diff --git a/common/db.js b/common/db.js
index b1b2f7b3440595a245628dba3d8a94e1ad8dca6e..1ef5f29b910bdd2e2fe44c4f4723ba583e3eac9b 100644
--- a/common/db.js
+++ b/common/db.js
@@ -87,7 +87,7 @@ class KaraDatabase {
             prefix: term => term.length,
             fuzzy: term => term.length > 3 ? 0.2 : null,
             combineWith: 'AND'
-           })
+        }).slice(0,200);
         return searchResult;
     }