Skip to content

Commit

Permalink
includes search_all by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Jun 24, 2024
1 parent e4312b7 commit 43021a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/universities/index.cr
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Universities::Index < BrowserAction
"q", "is_985", "is_211", "is_good", "is_exists_remark", "is_marked",
"is_marked_2023", "is_marked_2022", "is_marked_2021", "is_marked_2020",
"order_by", "batch_level", "filter_by_column", "cwb_union_set",
"range_min_value", "range_max_value",
"range_min_value", "range_max_value", "search_all",
"chong_2023", "chong_2022", "chong_2021", "chong_2020",
"wen_2023", "wen_2022", "wen_2021", "wen_2020",
"bao_2023", "bao_2022", "bao_2021", "bao_2020",
Expand Down

0 comments on commit 43021a3

Please sign in to comment.