Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update search.html #211

Merged
merged 5 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading