From 38b0c745addca02092c820d3d58455db5d419f63 Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 23 Feb 2022 15:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=BB=E5=8A=A1=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E7=9A=84=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/home/search.js b/public/home/search.js index 205afcddb..337418bea 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -33,17 +33,17 @@ var itemType={ }; var sortBy={ - "11":"updated_unix", - "12":"num_watches", - "13":"num_stars", - "14":"num_forks", - "21":"updated_unix", - "31":"created_unix", + "11":"updated_unix.keyword", + "12":"num_watches.keyword", + "13":"num_stars.keyword", + "14":"num_forks.keyword", + "21":"updated_unix.keyword", + "31":"created_unix.keyword", "32":"name", - "41":"created_unix", + "41":"created_unix.keyword", "42":"name", - "51":"download_times", - "61":"updated_unix" + "51":"download_times.keyword", + "61":"updated_unix.keyword" };