[BUG] Search: Names with semicolons are not found
Moderators: Hacker, petermad, Stefan2, white
[BUG] Search: Names with semicolons are not found
1. Create a file: c:\te;st.txt
2. Search for "te;st.txt"
=> Nothing found.
3. Search for "te;st"
=> It's found.
Icfu
2. Search for "te;st.txt"
=> Nothing found.
3. Search for "te;st"
=> It's found.
Icfu
This account is for sale
Re: [BUG] Search: Names with semicolons are not found
Confirmed ++, but you can find it this way :icfu wrote:1. Create a file: c:\te;st.txt
2. Search for "te;st.txt"
=> Nothing found.
3. Search for "te;st"
=> It's found.
1. Search for "te;st.txt"
=> Nothing found.
2. Search for "te;st.txt" RegEx activated
=> It's found.
Confirmed.icfu wrote:1. Create a file: c:\te;st.txt
2. Search for "te;st.txt"
=> Nothing found.
3. Search for "te;st"
=> It's found.
Almost confirmed:sas2000 wrote:2. Search for "te;st.txt" RegEx activated
=> It's found.

Search for "te;st.txt" RegEx activated
=> Nothing found.
Search for te;st.txt RegEx activated (no quotes surrounding the name)
=> It's found.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
When i wrote "te;st.txt" i meant te;st.txt without quotes ( obviouslyStatusQuo wrote:Almost confirmed:sas2000 wrote:2. Search for "te;st.txt" RegEx activated
=> It's found.
Search for "te;st.txt" RegEx activated
=> Nothing found.
Search for te;st.txt RegEx activated (no quotes surrounding the name)
=> It's found.

- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
This is also intentional, the ";" character was initially used to separate name parts, which was later changed to a space - but the ";" is still allowed for backwards compatibility when the search string contains a dot.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
However, if semi-colons are problematic,
shouldn't surrounding quotes lead TC to treat the name as typed?
Including the quotes and having RegEx not checked,
Quite odd, isn't it?
"No files found" doesn't mean what I would expect in this case.
If this can't be fixed, this limitation should at least be in the help then, IMO.
shouldn't surrounding quotes lead TC to treat the name as typed?
Including the quotes and having RegEx not checked,
- "te st.txt"
- "te;st.txt"
Quite odd, isn't it?
"No files found" doesn't mean what I would expect in this case.

If this can't be fixed, this limitation should at least be in the help then, IMO.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!