From 95e09edd05031dce10420157984284c027755100 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:07:40 +0530 Subject: [PATCH 1/2] [WEB-1565] - Tutorials Search bar issue (#110) --- scripts/indexr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/indexr.js b/scripts/indexr.js index 087b149..677a637 100644 --- a/scripts/indexr.js +++ b/scripts/indexr.js @@ -92,7 +92,7 @@ async function indexData() { }); console.log(`Collection ${process.env.TYPESENSE_COLLECTION} created successfully.`); - const response = await request('http://localhost:8001/___graphql', pageQuery); + const response = await request('http://127.0.0.1:8001/___graphql', pageQuery); console.log('response', response); const data = await response; From 8c46ec9cac45eb539c6ada5ec87c125591081d01 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:28:52 +0530 Subject: [PATCH 2/2] Updating the base branch (#112) * Dummy commit (#103) * [WEB-1515][Rework] - Updated the logo and theme colors (#105) * Updated the logo and theme colors * Removed the unwanted file * Dummy commit --------- Co-authored-by: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Co-authored-by: Jayavel <59638803+jayavel-testsigma@users.noreply.github.com> --- src/pages/tutorials/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/tutorials/index.jsx b/src/pages/tutorials/index.jsx index 7fcf375..6746420 100644 --- a/src/pages/tutorials/index.jsx +++ b/src/pages/tutorials/index.jsx @@ -6,7 +6,6 @@ import LeftNav from '../../components/LeftNav'; import 'prismjs/themes/prism-tomorrow.css'; import '../../templates/page.scss'; import SEO from '../../components/seo'; -import SearchInputBox from '../../components/SearchInputBox'; import MobileView from '../../components/MobileView'; import CardList from '../../components/navcards';