Skip to content

Commit

Permalink
Release v0.1.0 which was demoed at GEO.ca bi-weekly
Browse files Browse the repository at this point in the history
Also added that this is a work-in-progress.
  • Loading branch information
anthonyfok committed Jun 20, 2024
1 parent 2e1eee4 commit 83b1f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
<main>
<h1>Semantic Search API Demo</h1>
<p>(for future GEO.ca)</p>
<p>Please note that this current version queries our development server and works only within NRCan/GoC network.</p>
<p>Please note that this current version queries our development servers and works only within NRCan/GoC network.</p>
<p>Front-end demo v0.1.0 (2024-06-20), work-in-progress</p>

<form id="searchForm">
<input type="text" bind:value={query} placeholder="Enter search query" />
Expand Down

0 comments on commit 83b1f35

Please sign in to comment.