I was trying to search for packages where contain the string exif.
When I do : dnf5 list \*exif* I get just case sensitive results. dnf5 search \*exif* in the other hand does displays case insensitive:
Matched fields: name
libexif.i686: Library for extracting extra information from image files
libexif.x86_64: Library for extracting extra information from image files
perl-Data-Hexify.noarch: Perl extension to hexdump arbitrary data
perl-Image-ExifTool.noarch: Utility for reading and writing image meta info
With grep of course I can also use the -i parameter to list insensitive content while the search time gets increased.
What is the “correct” way to search in DNF5 case insensitive (does it make a difference to dnf4)?
I could reproduce that. The query you chose is very good because the difference in the output between dnf4 and dnf5 is exactly this 1 package and it is clearly case sensitive.