Example. I search my SD card for "go to jail" minus the quotes and it returns "Terry Pratchett/Book 21 Jingo" audiobook folder. Nowhere in this folder or even in my audiobook collection does the phrase "go to jail" appear
Another time I'll search for a movie by it's exact title and it won't show up. If I manually find it and copy and paste the title it still won't show up. I thought maybe there were unsupported unicode symbols but even renaming the file and retyping in manually to ensure every character was standard alphabet it won't show up in search
Other times I'll search and I'll get the file I'm looking for but I'll also get ~10 other files in the results that I didn't search for.
I'm not sure what I'm doing wrong. Any help would be greatly appreciated. I'm using version 3.42d from GitHub not the play store version
searching within Android app occasionally gives me wrong results or no results when there should be
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50817
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: searching within Android app occasionally gives me wrong results or no results when there should be
If you search for
go to jail
Total Commander will look for "go" or "to" or "jail". "to" is present in "Jingo". If you want to find "go to jail", you must put it in double quotes.
go to jail
Total Commander will look for "go" or "to" or "jail". "to" is present in "Jingo". If you want to find "go to jail", you must put it in double quotes.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: searching within Android app occasionally gives me wrong results or no results when there should be
I thought that to, but when I search for "go" I get over a thousand results. My SD card has a ton of files on it (which is why I need to search for them) so pretty much any small word gets a ton of hits
Re: searching within Android app occasionally gives me wrong results or no results when there should be
2geoff741
Search for:
if you want to find filenames with go as a whole word in the name
Search for:
if go could be the first or last word.
Or enable Regexp and search for:
The two last ones will find:
go to hell.txt
now go to hell.txt
to hell you go.txt
The first one will only find:
now go to hell.txt
of the three.
Search for:
Code: Select all
" go "
Search for:
Code: Select all
"go *" "* go *" "* go.*"
Or enable Regexp and search for:
Code: Select all
(^| +)go([ .]+|$)
go to hell.txt
now go to hell.txt
to hell you go.txt
The first one will only find:
now go to hell.txt
of the three.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar