File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3 class="project-tagline">{{ page.description | default: site.description | de
14
14
{% include theme-icons.html %}
15
15
</ button >
16
16
17
- < button id ="searchHeader " class ="icon-button " aria-label ="Search " onclick ="window.location.href='/chat -en' ">
17
+ < button id ="searchHeader " class ="icon-button " aria-label ="Search " onclick ="window.location.href='/search -en' ">
18
18
{% include search-icons.html %}
19
19
</ button >
20
20
Original file line number Diff line number Diff line change @@ -6,9 +6,16 @@ layout: post
6
6
title : Search
7
7
---
8
8
9
- You can use Google's Programmable Search Engine to search my blog.
9
+ You can use Google's Agent Builder AI Search to search my blog.
10
10
11
- <script async src =" https://cse.google.com/cse.js?cx=e25f13ef1eb21450f " >
12
- </script >
13
- <div class =" gcse-search " ></div >
11
+ <!-- Widget JavaScript bundle -->
12
+ <script src =" https://cloud.google.com/ai/gen-app-builder/client?hl=en_US " ></script >
14
13
14
+ <!-- Search widget element is not visible by default -->
15
+ <gen-search-widget
16
+ configId="e6c8dfcb-5174-4279-8250-e64cf0a4d032"
17
+ triggerId="searchWidgetTrigger">
18
+ </gen-search-widget >
19
+
20
+ <!-- Element that opens the widget on click. It does not have to be an input -->
21
+ <input placeholder =" Search here " id =" searchWidgetTrigger " />
You can’t perform that action at this time.
0 commit comments