-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (40 loc) · 2.45 KB
/
index.html
File metadata and controls
45 lines (40 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: Search user interface (UI) with Headless
lang: en
dateModified: 2025-11-03
---
<p class="lead">This is a demo site for the GC Search UI.</p>
<h2 id="test">Working examples</h2>
<div class="alert alert-info" role="alert">
<h3>Before you test</h3>
<p>To properly test pages below, such as getting results back from the search engine, please make sure you <a href="test/index.html">have a valid token</a>.</p>
</div>
<h3>Regular pages</h3>
<ul>
<li><a href="test/srb-en.html">Basic search page</a></li>
<li><a href="test/sra-en.html">Advanced search page</a></li>
<li><a href="test/src-en.html">Contextual search page</a></li>
<li><a href="test/no-qs-en.html">Search without Query Suggestions (QS)</a></li>
<li><a href="test/qs-en.html">Search with custom QS configuration</a></li>
<li><a href="test/srb-fr.html" hreflang="fr" lang="fr">Page de recherche (base)</a></li>
<li><a href="test/sra-fr.html" hreflang="fr" lang="fr">Page de recherche (avancée)</a></li>
<li><a href="test/src-fr.html" hreflang="fr" lang="fr">Page de recherche (contextuelle)</a></li>
<li><a href="test/no-qs-fr.html" hreflang="fr" lang="fr">Recherche sans Suggestions de termes</a></li>
<li><a href="test/qs-fr.html" hreflang="fr" lang="fr">Recherche avec configuration de Suggestions personnalisée</a></li>
</ul>
<h3>Advanced tests</h3>
<ul>
<li><a href="test/election.html">Elections Canada sample</a></li>
<li><a href="test/budget.html">Budget sample</a></li>
<li><a href="test/gazette.html">Canada Gazette sample</a></li>
<li><a href="test/template.html">Custom summary and results templates</a></li>
<li><a href="test/no-token.html">Error message when no access token provided</a></li>
<li><a href="test/newsadv-en.html">News Advanced Search user interface</a></li>
<li><a href="test/newsadv-fr.html" hreflang="fr" lang="fr">Interface utilisateur de la recherche avancée d'actualités</a></li>
<li><a href="test/qs-en-topright.html">Top right search box</a></li>
<li><a href="test/qs-fr-topright.html" hreflang="fr" lang="fr">Boîte de recherche en haut à droite</a></li>
<li><a href="test/qs-en-topright-custom.html">Top right search box with custom configuration</a></li>
<li><a href="test/qs-fr-topright-custom.html" hreflang="fr" lang="fr">Boîte de recherche en haut à droite avec configuration personnalisée</a></li>
</ul>
<hr>
<p>Please <a href="https://github.com/ServiceCanada/search-ui">refer to the README documentation</a> to get more information on the GC Search UI.</p>