We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
See FSS Generator.
Sorry, something went wrong.
Thanks @marevol . Will go through it.
No branches or pull requests
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
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?
The text was updated successfully, but these errors were encountered: