dont use non existend autocompleteSortKey for title

This commit is contained in:
j 2013-02-26 04:41:18 +00:00
parent 027d9eb90d
commit 7b0764e74c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
"type": "string",
"additionalSort": [{"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}],
"autocomplete": true,
"autocompleteSortKey": "votes",
"autocompleteSortKey": "year",
"columnRequired": true,
"columnWidth": 180,
"find": true,