Skip to content

Search results: prettier Location column

I noticed there were %20s and other URI junk in the Location field.

Screenshot_2022-05-31_16-11-59

I think it would be much nicer to show relative paths from the search root folder if possible. If not, we should show the GIO parse name, which is basically an absolute local path, or a prettified absolute URL (see g_file_get_parse_name()

Screenshot_2022-05-31_16-13-18

This merge does that. Hope it makes sense!

Test case: prettify-location-column.7z

Merge request reports