Skip to content

Handle uppercase directory names

Dag Andersen requested to merge work/danders/handle_uppercase_dirnames into master

When a product contains multiple libraries with uppercase names the global searchdata.json file is generated with uppercase urls while everywhere else they are converted to lowercase.

This patch converts to lowercase also for the global searchdata file.

BUG: 441560

Merge request reports