Knochenmarc / metal-in-leipzig

This project generates a static website of metal music events in Leipzig (Ger).
https://metal-in-leipzig.de
MIT License
4 stars 2 forks source link

Add search for band/event names #6

Closed jochenwuerfel closed 2 years ago

jochenwuerfel commented 2 years ago

Users can quickly look up for specific band or event names, lookup should be as wildcard so users won't need to type them - upper/lower case shouldn't make any difference. E.g. search for "ALE" should show results for "Alestorm" as well as "Halestorm". Consider maybe cross functionality with #1 and #3

Knochenmarc commented 2 years ago

At the moment this site works without a web backend. So the only option of a search would be within the browser, based on javascript. That is definitely possible. But I was actually aiming for a nojs website. >.< Of cause I'd like to use this as well. So I should look into some simple and optional js solution. Maybe a little searchfield with a little dropdown below.

jochenwuerfel commented 2 years ago

Sounds great.. and a site without any shenanigans is always great 🥳

Knochenmarc commented 2 years ago

Well, all events are just on a single page now. Just use Crtl+F? :D

jochenwuerfel commented 2 years ago

That's a solution, thanks!