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

Search doesn't work well because of missing jquery.mark.js #23

Open
OscarAbraham opened this issue Jan 17, 2023 · 0 comments
Open

Search doesn't work well because of missing jquery.mark.js #23

OscarAbraham opened this issue Jan 17, 2023 · 0 comments

Comments

@OscarAbraham
Copy link

Hi, I was using another theme that builds on this one, and I found that search doesn't work well any more because it's missing a library. I added this <script src="https://cdn.jsdelivr.net/npm/mark.js@8/dist/jquery.mark.min.js"></script> to scripts.tmpl.partial and it fixed it.

The issue causes search results to not be refreshed properly after the first search; all the searches after the first one show the same results. This happens because an exception interrupts the processing of the results due to the missing library.

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

Successfully merging a pull request may close this issue.

1 participant