MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
367 stars 770 forks source link

Site search is case senstive #427

Closed ellensp closed 2 years ago

ellensp commented 2 years ago

https://marlinfw.org/meta/search/?q=g1 returns lots of results but https://marlinfw.org/meta/search/?q=G1 returns zero

I think this should be a case insensitive search

Just needs a tolower type call somewhere...

thinkyhead commented 2 years ago

Yeah, I've been meaning to fix up the search code. It's got a few quirks.