apache / accumulo-website

Apache Accumulo Website
https://accumulo.apache.org
14 stars 101 forks source link

Update search page dependencies #399

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

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.

DomGarguilo commented 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 Screenshot from 2023-08-29 16-54-24

With the jquery import removed (with jquery 3.7.0 present from the main page imports) Screenshot from 2023-08-29 16-53-55

For some reason the alternating row shading does not happen in the second case.