# ------------------------------------------------------------------------------ # ~/_data/modules/j1_jekyll_search.yml # Default configuration for J1 SimpleJekyllSearch module # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # SimpleJekyllSearch settings # # enabled # Enables|Disables the use of J1 Search Manager # # values: boolean (true|false) # default: false # # placement # Enables|Disables the console log # # values: boolean (true|false) # default: false # # target # The ID used for the bootstrap theme css file # # values: string # default: bootstrapTheme # # searchInput # If true, a cookie will be saved with the currently selected theme # # values: boolean (true|false) # default: true # # resultsOutput # TBD # # values: string # default: # # resultsContainer # TBD # # values: string # default: # # indexData # TBD # # values: string # default: # # resultTemplate # TBD # # values: string # default: # # resultLimit # TBD # # values: string # default: # # minSearchItemLen # TBD # # values: string # default: # # searchFuzzy # TBD # # values: string # default: # # searchExlude # TBD # # values: string # default: # enabled: true placement: navbar target: _blank search_input: jss-input results_output: jss-panel results_container: jss-results index_data: /assets/data/search.json result_limit: 1000 no_results_text: The search has no results min_search_item_len: 3 search_fuzzy: false search_exlude: [ Impress ] result_template: >