Skip to content

Make the search index compatible with kde-hugo. Time to consider: search or filter?

Phu Nguyen requested to merge work/search-or-filter into master

In kde-hugo we redefine the suffix for the application/json media type as jsn so that the KDE i18n tool doesn't try to extract strings from our index.json files (which are only JSON templates, not valid JSON files anyway) and get confused (search for krita-org/layouts/index.json on this page to see the errors).

On one hand, I'm sorry that I forgot about this when adding kde-hugo to krita-org.

On the other hand, by restoring the "search" behavior like before the addition of kde-hugo, I'd suggest we think more about that: is that a site search or a list filter, and which do we want?

Merge request reports