Does find text support or search using ';'

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Does find text support or search using ';'

Post by *tuska »

Deonri wrote: 2021-04-28, 21:15 UTC ... I didn't adapted anything
I have just installed the plugin and followed your example: ...
Yes, and that's probably where the problem lies.
%COMMANDER_PATH%\Plugins\wdx\TextSearch\Readme\Readme.html wrote:Configuration file
Plugin configuration file is TextSearch.ini, located in the plugin folder.
If it doesn't exist, TextSearch.Sample.ini is copied to TextSearch.ini on execution.
Can you please use my customised TextSearch.ini and run the example again?
TextSearch.ini

Code: Select all

[Converters]
;http://ghisler.ch/board/viewtopic.php?t=38403
;RTF
RTF={CP:RTF}
;https://ghisler.ch/board/viewtopic.php?f=3&t=74488
TXT={CP:ANSI} {CP:UTF8} {CP:UTF16}

;OdfToTxt
ODT=Conv\OdfToTxt\OdfToTxt.exe "{In}" "/Out={Out}" /ANSI /NoHead
ODS=ODT
ODP=ODT
ODG=ODT
ODF=ODT
ODB=ODT
ODM=ODT
OTT=ODT
OTH=ODT
OTS=ODT
OTG=ODT
OTP=ODT
SXW=ODT
SXC=ODT
SXG=ODT
SXI=ODT
SXD=ODT
SXM=ODT
STW=ODT
STC=ODT
STD=ODT
STI=ODT

;XDoc2Txt
XDOC=%COMSPEC% /C Conv\XDoc2txt\xdoc2txt.exe "{In}" > "{Out}" 
sxw=XDOC 
sxc=XDOC 
sxi=XDOC 
sxd=XDOC 
odt=XDOC 
ods=XDOC 
odp=XDOC 
odg=XDOC 
docx=XDOC 
docm=XDOC 
xlsx=XDOC 
xlsm=XDOC 
pptx=XDOC 
pptm=XDOC 
doc=XDOC 
xls=XDOC 
ppt=XDOC 
rtf=XDOC 
jaw=XDOC 
jtw=XDOC 
jbw=XDOC 
juw=XDOC 
jfw=XDOC 
jvw=XDOC 
jtd=XDOC 
jtt=XDOC 
oas=XDOC 
oa2=XDOC 
oa3=XDOC 
bun=XDOC 
wj2=XDOC 
wj3=XDOC 
wk3=XDOC 
wk4=XDOC 
123=XDOC 
wri=XDOC 
pdf=XDOC 
mht=XDOC 
html=XDOC 
eml=XDOC

;TXT 
TXT=%COMSPEC% /C copy "{In}" "{Out}" 
HTM=TXT 
HTLM=TXT 
CSV=TXT 
XML=TXT 
PHP=TXT 
BAT=TXT 
CMD=TXT 
SONSTASCII=TXT 

;INI 
INI=%COMSPEC% /C type "{In}" > "{Out}"

;MSG 
MSG=%COMSPEC% /C copy "{In}" "{Out}" 

;GetTextIFilter - commented by default
;
;IFILTER=Conv\IFilter\GetTextIFilter.exe -s "{In}" -d "{Out}" -l
;RTF=IFILTER
;DOC=IFILTER
;DOT=IFILTER
;PPT=IFILTER
;XLS=IFILTER
;HTM=IFILTER
;HTML=IFILTER
Deonri
Junior Member
Junior Member
Posts: 6
Joined: 2021-04-27, 11:24 UTC

Re: Does find text support or search using ';'

Post by *Deonri »

tuska wrote: 2021-04-28, 21:37 UTC Yes, and that's probably where the problem lies.
I've investigate a bit
The problem is the "exe" files who are in charge of the search, they cannot handle (open) large files
The file in question is a few 100GiB
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Does find text support or search using ';'

Post by *tuska »

Deonri wrote: 2021-04-29, 00:03 UTC
tuska wrote: 2021-04-28, 21:37 UTC Yes, and that's probably where the problem lies.
I've investigate a bit
The problem is the "exe" files who are in charge of the search, they cannot handle (open) large files
The file in question is a few 100GiB
If that is the case, then you still have one more attempt with
Deonri
Junior Member
Junior Member
Posts: 6
Joined: 2021-04-27, 11:24 UTC

Re: Does find text support or search using ';'

Post by *Deonri »

tuska wrote: 2021-04-29, 10:08 UTC If that is the case, then you still have one more attempt with...
I've tried Everything, the same problem
A split second of the search n says no files found
Probably cannot handle large files either
I'm thinking maybe the solution should be Regex ?!
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Does find text support or search using ';'

Post by *tuska »

Deonri wrote: 2021-04-29, 11:51 UTC
tuska wrote: 2021-04-29, 10:08 UTC If that is the case, then you still have one more attempt with...
I've tried Everything, the same problem
A split second of the search n says no files found
Probably cannot handle large files either
  1. Which version of 'Everything'? -> Menu "Help" - "About Everything..." - (I have Everything 1.5.0.1256a (x64))
  2. [✓]Index file content
    1. Which settings in 'Everything' under 'Tools' - 'Options...' - 'Indexes': Content -> 'Include only folders:'?
    2. Which settings in 'Everything' under 'Tools' - 'Options...' - 'Indexes': Content -> 'Include only files:'?
  3. There are still a lot of options to consider - I hope you watched the summary about 'Everything'?
    Picture 2 - SETTINGS: For 'Everything' in Total Commander & 'Everything' shows important settings under points 1, 7 and 8.
     
  4. What is your working memory in the Task Manager for 'Everything'?
    (In my case, for example, this is approx. 400 MB with a working memory utilisation of 36%).
Deonri wrote: 2021-04-29, 11:51 UTCI'm thinking maybe the solution should be Regex ?!
I don't think so.
If you can't find a file content, you won't find it with a RegEx query either.
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Does find text support or search using ';'

Post by *tuska »

In the meantime, I am no longer sure whether 'Everything' is the solution for your requirement (100GiB | ext:exe | content:),
but I am convinced that you will find information on this in the 'Everything' forum.

Maybe someone here in the Total Commander forum knows some advice.

A try with EmEditor would also be possible...

I don't think I can help you any further at this point (-> I am only a hobby user).

Regards,
Karl
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6449
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Does find text support or search using ';'

Post by *Horst.Epp »

tuska wrote: 2021-04-29, 15:19 UTC In the meantime, I am no longer sure whether 'Everything' is the solution for your requirement (100GiB | ext:exe | content:),
but I am convinced that you will find information on this in the 'Everything' forum.

Maybe someone here in the Total Commander forum knows some advice.

A try with EmEditor would also be possible...

I don't think I can help you any further at this point (-> I am only a hobby user).

Regards,
Karl
For me searching thru file of this size makes no sense regardless of the tools used.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: Does find text support or search using ';'

Post by *Usher »

Horst.Epp wrote: 2021-04-29, 15:22 UTCFor me searching thru file of this size makes no sense regardless of the tools used.
If you are locked in quarantine, you have enough time to wait for the search results. ;-)
Andrzej P. Wozniak
Polish subforum moderator
Post Reply