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

Fess Site Search JS code #100

Open
rvsenad opened this issue May 9, 2019 · 2 comments
Open

Fess Site Search JS code #100

rvsenad opened this issue May 9, 2019 · 2 comments
Labels

Comments

@rvsenad
Copy link

rvsenad commented May 9, 2019

Hi,

I am trying to implement Fess Site Search according to the JS code mentioned in https://fess.codelibs.org/13.0/user/ss.html

<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>

So, I am trying to find fess-ss.min.js in fess 13.0 branch but nowhere to find. Can you please guide me through?

@marevol
Copy link
Contributor

marevol commented May 9, 2019

See FSS Generator.

@rvsenad
Copy link
Author

rvsenad commented May 9, 2019

See FSS Generator.

Thanks @marevol . Will go through it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants