Fixed config.timefield references

This commit is contained in:
Rashid Khan
2013-02-22 13:55:46 -07:00
parent ce5273b7df
commit 632b2abba7
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ angular.module('kibana.stringquery', [])
label : "Search",
query : "*",
size : 100,
sort : [config.timefield,'desc'],
sort : ['_score','desc'],
group : "default",
multi : false,
multi_arrange: 'horizontal',