Skip to content

Commit

Permalink
Merge pull request #211 from GSA/tdlowden-patch-1
Browse files Browse the repository at this point in the history
Update search.html
  • Loading branch information
rshewitt authored Nov 7, 2024
2 parents 9750cf6 + f966b9a commit c1a5cf9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2860,3 +2860,8 @@ body .usa-menu-btn {
#flDebug .flDebugPanelContent {
overflow: scroll;
}


.search-helper {
font-style: italic;
}
5 changes: 5 additions & 0 deletions ckanext/datagovtheme/templates/package/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
{%- endif %}
<br clear="both" />
<div id="dataset-search-ext">{% block dataset_search_ext %}{% endblock %}</div>
<div class="search-helper">
For a list of search operators, please see the
<a href="https://docs.ckan.org/en/2.10/user-guide.html?#search-in-detail" target="_blank">
"Search in Detail" instructions.</a>
</div>
<div class="results">
<div class="filter-list">
{% for field in c.fields_grouped %}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lxml>=2.3
argparse
pyparsing>=2.1.10
requests>=1.1.0
pyproj
pyproj==3.6.1
Shapely==2.0.1
numpy==1.26.4
OWSLib==0.28.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ckanext-datagovtheme",
version="0.2.34",
version="0.2.35",
description="CKAN Extension to manage data.gov theme",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit c1a5cf9

Please sign in to comment.