Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.08 KB

search.md

File metadata and controls

35 lines (25 loc) · 1.08 KB
title layout
Search page for Data Management education materials
generic

Search the Data Management Skill Building Hub

Results are listed in order of find, not by best match to search word, and will be alphabetically ordered by result type.

    <script src="{{ site.baseurl }}/js/search-script.js" type="text/javascript"></script> <script> window.simpleJekyllSearch = new SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '{{ site.baseurl }}/search.json', searchResultTemplate: '

    {categories}: {title}
    Life Cycle Step(s): {step}
    Authoring Organization: {organization}

    ', noResultsText: 'No results found', fuzzy: true, limit: 100, }) </script>