You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching using the "recent" keyword, results appear with file:/// prefixes and URL-encoded accented characters (e.g., "é" is displayed as "%C3%A9").
This makes reading difficult. The file:/// prefix should not be displayed at all since only files are shown, and accented characters should be displayed in a human-readable format rather than browser encoding.
Additionally, improving readability by replacing the folder path "/home/$USER" with the "~" character would be helpful.