diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 0e0d86e3..422e3908 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -118,7 +118,7 @@ type: text, string, float, integer, or array of any of these and can have any of the following properties: autocomplete: If true, find element will autocomplete - autocompleteSortKey: The key that suggestions will be sorted by + autocompleteSort: Sort order of autocomplete suggestions capability: A capability required to see this key columnRequired: If true, the column can't be removed columnWidth: Default column width in px @@ -147,7 +147,7 @@ "type": "string", "additionalSort": [{"key": "year", "operator": "-"}, {"key": "director", "operator": "+"}], "autocomplete": true, - "autocompleteSortKey": "votes", + "autocompleteSort": [{"key": "likes", "operator": "-"}], "columnRequired": true, "columnWidth": 180, "find": true, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 0ec8bdf6..34107591 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -122,7 +122,7 @@ type: text, string, float, integer, or array of any of these and can have any of the following properties: autocomplete: If true, find element will autocomplete - autocompleteSortKey: The key that suggestions will be sorted by + autocompleteSort: Sort order of autocomplete suggestions capability: A capability required to see this key columnRequired: If true, the column can't be removed columnWidth: Default column width in px @@ -151,7 +151,7 @@ "type": "string", "additionalSort": [{"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}], "autocomplete": true, - "autocompleteSortKey": "year", + "autocompleteSort": [{"key": "year", "operator": "+"}], "columnRequired": true, "columnWidth": 180, "find": true, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index c08ffb4e..5b6bf321 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -111,7 +111,7 @@ type: text, string, float, integer, or array of any of these and can have any of the following properties: autocomplete: If true, find element will autocomplete - autocompleteSortKey: The key that suggestions will be sorted by + autocompleteSort: Sort order of autocomplete suggestions capability: A capability required to see this key columnRequired: If true, the column can't be removed columnWidth: Default column width in px @@ -139,7 +139,7 @@ "title": "Title", "type": "string", "autocomplete": true, - "autocompleteSortKey": "timesaccessed", + "autocompleteSort": [{"key": "timesaccessed", "operator": "-"}], "columnRequired": true, "columnWidth": 180, "find": true, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 8f07848e..2377d79b 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -108,7 +108,7 @@ type: text, string, float, integer, or array of any of these and can have any of the following properties: autocomplete: If true, find element will autocomplete - autocompleteSortKey: The key that suggestions will be sorted by + autocompleteSort: Sort order of autocomplete suggestions capability: A capability required to see this key columnRequired: If true, the column can't be removed columnWidth: Default column width in px @@ -136,7 +136,7 @@ "title": "Title", "type": "string", "autocomplete": true, - "autocompleteSortKey": "timesaccessed", + "autocompleteSort": [{"key": "timesaccessed", "operator": "-"}], "columnRequired": true, "columnWidth": 180, "find": true,