diff --git a/src/components/sections/dictionary/courselist/CourseSearchSubSection.jsx b/src/components/sections/dictionary/courselist/CourseSearchSubSection.jsx index 0060fd1..c5ba6a4 100644 --- a/src/components/sections/dictionary/courselist/CourseSearchSubSection.jsx +++ b/src/components/sections/dictionary/courselist/CourseSearchSubSection.jsx @@ -48,7 +48,7 @@ class CourseSearchSubSection extends Component { }; searchStart = () => { - const LIMIT = 10; + const LIMIT = 20; const { t } = this.props; const { selectedTypes, selectedDepartments, selectedLevels, selectedTerms, keyword } = diff --git a/src/pages/DictionaryPage.jsx b/src/pages/DictionaryPage.jsx index 2970243..dce4bb4 100644 --- a/src/pages/DictionaryPage.jsx +++ b/src/pages/DictionaryPage.jsx @@ -56,7 +56,7 @@ class DictionaryPage extends Component { } if (startSearchKeyword && startSearchKeyword.toString().trim()) { - const LIMIT = 10; + const LIMIT = 20; const option = { keyword: startSearchKeyword.toString().trim(),