forked from usdoj/foia.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
23 lines (22 loc) · 1.29 KB
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: "Search Government Websites"
navigation: find
layout: default
---
<h2>Search Government Websites</h2>
<p>
Agencies proactively post a wealth of information on their websites and in their FOIA Libraries. Before making a FOIA request, you may wish to conduct a search of agencies’ websites to see what is already publicly available online. The search feature below allows you to search across all government websites at once, to see what is already available without the need for a FOIA request.<br/><br/>
If you do not find what you are looking for online, or if you want to request more information on a given topic, you can submit a FOIA request to the agencies’ Contacts.
</p>
<form class="usa-search add-bottom-margin-one" accept-charset="UTF-8" action="https://search.foia.gov/search" id="search-bar" method="get">
<div role="search">
<label class="usa-sr-only" for="query">Search federal agencies</label>
<input name="utf8" type="hidden" value="✓">
<input name="m" type="hidden" value="true">
<input name="affiliate" type="hidden" value="foia.gov">
<input class="usa-input" type="search" name="query" placeholder="" id="query" value="" size="15" maxlength="128">
<button class="usa-button" type="submit">
<span class="usa-search-submit-text">Search</span>
</button>
</div>
</form>