Closed DomGarguilo closed 1 year ago
I've marked this as WIP because I was hoping to remove the import of jquery on this page and just have it use the jquery that is already imported from the main page but when I remove it, for some reason it messes with the table styling and I am not sure why.
With jquery 1.11.3 import
With the jquery import removed (with jquery 3.7.0 present from the main page imports)
For some reason the alternating row shading does not happen in the second case.
This PR aims to update the version of
lunr
and jquery that is imported in the search page.There were a few things that needed changed for the lunr upgrade. Here is the upgrade docs that I looked at.