Skip to content

Commit

Permalink
Link "Find Data" button to advanced search
Browse files Browse the repository at this point in the history
Link the "Find Data" button on the home page directly to the Advanced
Search interface of the Data Portal, rather than the intermediary page
containing links to the 3 search engines through which EDI data can be
found. Do this to provide the user a more stream lined and intuitive
experience.

The original rational for linking to an intermediary page was to
highlight the extra effort we put forth to make EDI data findable.
However, such information is provided else where in the website.
  • Loading branch information
clnsmth committed Jun 14, 2024
1 parent ceb21c2 commit 8848896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!--buttons-->
<div class="call-to-action">
<a class="btn btn-secondary btn-lg" href="/data/publish-data" role="button">Publish Data</a>
<a class="btn btn-secondary btn-lg" href="/data/find-data" role="button">Find Data</a>
<a class="btn btn-secondary btn-lg" href="https://portal.edirepository.org/nis/advancedSearch.jsp" rel="noopener noreferrer" target="_blank" role="button">Find Data</a>
</div>
<br/>
</div>
Expand Down

0 comments on commit 8848896

Please sign in to comment.