diff --git a/frontend/src/pages/Search/Search.vue b/frontend/src/pages/Search/Search.vue index bc577e7b..d04c947b 100644 --- a/frontend/src/pages/Search/Search.vue +++ b/frontend/src/pages/Search/Search.vue @@ -4,8 +4,169 @@ > -
+
+
+ + + + +
+ {{ searchResults.length }} + {{ searchResults.length === 1 ? __('match') : __('matches') }} +
+
+ +
+
+
+ + + +
+
+
+
+ {{ result.doctype == 'LMS Course' ? 'Course' : 'Batch' }} +
+
+ {{ + dayjs(result.published_on || result.start_date).format( + 'DD MMM YYYY' + ) + }} +
+
+
+
+
+
+
+