diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 00e163853a6cd865fbd13985eb9139848c923785..247d94928f935aff309e6e2a123a8ee91d2806e3 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -166,7 +166,7 @@ function navigate_to_query(self, word) {
   
   // Get article IDs
   api.get('articles?', {params: {w: query.match || query.q, dict: self.lang, scope: "w", meta: 'n'}}).then((response) => {
-            let article_ids = response.data
+            let article_ids = response.data.articles || response.data 
             let unwrapped = []
             for (const d in article_ids) {
                 article_ids[d].forEach(i => unwrapped.push({