Browse Source

提交任务搜索的代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.3.2^2
zouap 4 years ago
parent
commit
38b0c745ad
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      public/home/search.js

+ 9
- 9
public/home/search.js View File

@@ -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"
};




Loading…
Cancel
Save