Kurt Kemple

Results 36 comments of Kurt Kemple

Thanks for adding the link! I think biggest piece of feedback I could use is am I doing this the 11ty way? I did some research about how to generate...

I've moved the search to a serverless function, currently it has a static json file but that won't scale well, once the search page is actually deployed we can query...

I've updated the serverless function to use the deployment previews `/search.json` path to get search results instead of using a static file (having a CORS issue, investigating). I've also started...

I've worked more on the search UI and instead of showing the first 100 characters of each search result, it now shows each instance of the search term within a...

@dengeist and @tatianamac thank you for the feedback! I'll respond to each in order: - The term will have a link for sure, just didn't add it yet! - Love...

It seems that we could make the area that loads the results on the search page a live region? https://accessibility.huit.harvard.edu/provide-notification-dynamic-changes-content Not sure if this is the correct approach though.

Some great updates here! I've moved the search results to a new page so now it can be shared, hopefully is more accessible. Here's a breakdown of current functionality: -...

No questions from me, this looks amazing! Thank you for diving in with those awesome fixes! I'm really liking how this is turning out and I'm learning a lot about...

Thanks for all this awesome feedback @ovlb! I've started implementing these changes, I'll go through in order and address each item! ### HTML & Page Structure - converted to a...

@ovlb I've taken a first pass at adding a table of contents to the search results page. A few things to note: - The styling is default, and with a...