Skip to content

rename search script

  • rename js/vendor/search.js to js/search-ui.js
  • rename antoraLunr global variable to lunrSearch
  • pass lunr global variable to lunrSearch.init method
  • remove window keyword when referring to global variables where possible

Merge request reports