Fess

Japanese

  • OVERVIEW
  • BASIC
  • DOCUMENTATION
    • Installation
    • Administration
    • Search
      • Introduction
      • AND Search
      • OR Search
      • NOT Search
      • Label Search
      • Field Search
      • Sort
      • Wildcard Search
      • Range Search
      • Boost Search
      • Fuzzy Search
      • Geo Search
      • Extra Query
      • JSON API
      • Site Search
      • Advanced Search
    • API
    • Configuration
  • TUTORIALS
  • DEVELOPMENT
  • OTHERS
  • ARCHIVES
Fess
  • Docs »
  • DOCUMENTATION »
  • Fess User Guide »
  • Site Search
  • Commercial Support

Site Search¶

Fess supports adding a search box to your website.

Settings¶

Set the following code where you would like to place the search box of the website.

<script>
  (function() {
    var fess = document.createElement('script');
    fess.type = 'text/javascript';
    fess.async = true;
    fess.src = '//<Server Name>/js/ss/fess-ss.min.js';
    fess.charset = 'utf-8';
    fess.setAttribute('id', 'fess-ss');
    fess.setAttribute('fess-url', '//<Server Name>/json');
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(fess, s);
  })();
</script>
<fess:search></fess:search>

Screen Image¶

image0

Next Previous

© Copyright 2020 CodeLibs Project

Discussions Edit on GitHub