24
« Last post by Dennis on August 27, 2024, 02:23:51 PM »
I have a workspace that consists of many compressed log files (wildcard = *.log.gz)
When I search within the workspace, matches within the compressed files are excluded.
_mffind2("Behavior",'I',"<Workspace>",'*','',"4160",'0','0','0','');
When I do a generalized directory search, it works properly (provided I make the wildcards slightly more general)
_mffind2("Behavior",'I',"+t /home/uname/RUN-708/",'*log*','',"4160",'0','0','0','');
When searching the workspace, it does indicate that all the files are searched, but it must be neglecting to actually search the compressed files.
Total found: 10277 Matching files: 5 Total files searched: 1788 time: 1.00s