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
With #7602 we now have media type filters for our search. When I create a gzipped tarball locally and upload it, it's not recognized by the media type filter for archives.
Steps to reproduce
Create a gzipped tarball locally tar -czf some.tgz a b c
Upload some.tgz
Enter search and select the Archive media type filter
Expected behavior
Search result should show the some.tgz file
Actual behavior
Search result doesn't show the some.tgz file
Additional comment
Please also double check other common formats: .tar.gz, .7z, .bz2, etc.
The text was updated successfully, but these errors were encountered:
Describe the bug
With #7602 we now have media type filters for our search. When I create a gzipped tarball locally and upload it, it's not recognized by the media type filter for archives.
Steps to reproduce
tar -czf some.tgz a b c
some.tgz
Archive
media type filterExpected behavior
Search result should show the
some.tgz
fileActual behavior
Search result doesn't show the
some.tgz
fileAdditional comment
Please also double check other common formats:
.tar.gz
,.7z
,.bz2
, etc.The text was updated successfully, but these errors were encountered: