Today I wanted to quickly search all files with the file extension 'webp'.
I had some files with the webp and jpg extension within the same directory.
The jpeg files contain the text 'webp' within the filename.
I used the quicksearch text '.webp' to filter all webp files, but XnViewMP find my 'name_web_test.jpg' file, too!
Maybe you can make the search more symbol sensitive and for this kind of search.
1.3.1 - quicksearch problem with '.' (dot) symbol - wrong results (SOLVED!)
Moderators: xnview, Dreamer
-
masterjp
- Posts: 478
- Joined: Fri Feb 13, 2009 4:37 pm
- Location: Duesseldorf, Germany
1.3.1 - quicksearch problem with '.' (dot) symbol - wrong results (SOLVED!)
Last edited by masterjp on Sun Nov 13, 2022 6:16 pm, edited 1 time in total.
PC: Intel 8700k + Asus Z370-F + 48 GB RAM Corsair+G.Skill + Asus RTX 3050 OC + Samsung SSD
OS: Windows 11 Pro 64bit 25H2 |
GFX: XnViewMP 1.10.5 | Adobe Photoshop Elements 2024 | Elements XXL 11 | Paint.Net 5.1.12
OS: Windows 11 Pro 64bit 25H2 |
GFX: XnViewMP 1.10.5 | Adobe Photoshop Elements 2024 | Elements XXL 11 | Paint.Net 5.1.12
-
michel038
- XnThusiast
- Posts: 1508
- Joined: Tue Sep 27, 2016 8:18 am
- Location: France
Re: 1.3.1 - quicksearch problem with '.' (dot) symbol - wrong results
In quicksearch field, the "regex" syntax is used. (search for regex or regexp on the web for more details ...)
Here, a dot is a wildcard character(such as ? in DOS syntax).
You can neutralize it with a backslash :
To search .webp you must type \.webp
Here, a dot is a wildcard character(such as ? in DOS syntax).
You can neutralize it with a backslash :
To search .webp you must type \.webp
Catalogage avec XnviewMP :
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
-
masterjp
- Posts: 478
- Joined: Fri Feb 13, 2009 4:37 pm
- Location: Duesseldorf, Germany
Re: 1.3.1 - quicksearch problem with '.' (dot) symbol - wrong results
Thank you for your help.
It works fantastic.
It works fantastic.
PC: Intel 8700k + Asus Z370-F + 48 GB RAM Corsair+G.Skill + Asus RTX 3050 OC + Samsung SSD
OS: Windows 11 Pro 64bit 25H2 |
GFX: XnViewMP 1.10.5 | Adobe Photoshop Elements 2024 | Elements XXL 11 | Paint.Net 5.1.12
OS: Windows 11 Pro 64bit 25H2 |
GFX: XnViewMP 1.10.5 | Adobe Photoshop Elements 2024 | Elements XXL 11 | Paint.Net 5.1.12