[Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

Bugs and issues - current donor version.
Post Reply
Message
Author
kino
Posts: 142
Joined: 01.04.2013, 23:24

[Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

#1 Post by kino » 21.02.2025, 09:54

Hello,

It used to work, it does no more (I can't tell on which build exactly this started to malfunction)

.{50} regex should bring all items whose fqn is 50 chars long but it doesn't (it seems checkbox is not taken into account and only subfolder name is filtered)

This feature is extremely useful to spot full paths larger than 260 chars (regexp = .{260,})

Thanks

K.

kino
Posts: 142
Joined: 01.04.2013, 23:24

Re: [Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

#2 Post by kino » 22.02.2025, 23:01

...also, it seems one now needs to add embed File name between wildcards/jokers (e.g. : *searched_filename*) as if implicitly, File name field should necessarily match the whole file or path string (it used to implicitly be a part of the whole string, ^ and $ markers in regex would allow to explicitly specify beginning and ending of line)
right ?
Thx.

Marek
Author
Author
Posts: 4208
Joined: 10.04.2006, 09:48
Location: Germany
Contact:

Re: [Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

#3 Post by Marek » 27.02.2025, 19:57

.{50} regex should bring all items whose fqn is 50 chars long but it doesn't (it seems checkbox is not taken into account and only subfolder name is filtered)
It seems to work for me for the following definition:
searchRegExSubfLen.png
...also, it seems one now needs to add embed File name between wildcards/jokers (e.g. : *searched_filename*) as if implicitly, File name field should necessarily match the whole file or path string (it used to implicitly be a part of the whole string, ^ and $ markers in regex would allow to explicitly specify beginning and ending of line)
Could you provide some screenshot with your search dialog, how do you define the search? (you can send me an email too)

kino
Posts: 142
Joined: 01.04.2013, 23:24

Re: [Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

#4 Post by kino » 01.03.2025, 19:36

Hello Marek,

(a one-liner to get the chance to thank you once again for this incredible tool I'd die without)

I figured out there's no bug but most likely :
  • an inconsistency between file search normal versus regex modes (it has not always been that way)
  • and I also hadn't perfectly understood that full subfolder search wasn't a full path search (as in full qualified name)
Let me illustrate :
regex_subfolder_max_length_71.png
...shows my test set whose subfolder length is precisely 71 chars long
if I set my regex to .{72} it brings nothing as a result -> conforming to subfolder length, not fqn, all right, 'got that
any lower value like .{70} also returns my test set (contained a fortiori -> normal)

Conversely, with regular file search (i.e. : normal, no regex), I need to put wildcards if I want to match (whole line) :
normal_filename_search_requires_wildcards_(matches_full_line).png
...and without * wildcards, filename is not found:
normal_filename_search_matches_full_line.png
(I'm pretty sure it wasn't that way until recently as searching for a simple string in filename was just about dropping that string in search field)

Conclusion :
  1. I suggest rolling back normal (non-regex) fields to be implicitely about being contained / part of the lines matched
  2. I suggest (feature request) an extra checkbox to check the full path including file name (FQN) instead of just subfolder name or full path
    Use case : this would typically be useful for spotting FQN longer than 260 chars when building Joliet CD images
What do you think ?

Thanks

K.

Marek
Author
Author
Posts: 4208
Joined: 10.04.2006, 09:48
Location: Germany
Contact:

Re: [Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

#5 Post by Marek » 08.03.2025, 14:54

with regular file search (i.e. : normal, no regex), I need to put wildcards if I want to match (whole line) :
In the search dialog please check the menu "Options->Add wildcards to file name" - this option is per default active.

kino
Posts: 142
Joined: 01.04.2013, 23:24

Re: [Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

#6 Post by kino » 08.03.2025, 15:57

bad bad me ! I know I should read the Fine Manual more often but, hasn't it changed along the course of revisions ?
Well, nice, I did alter my config and it now works fine like before ; thanks for your help.

'hope you will consider my Feature Request about providing an option for FULL QUALIFIED NAME search on subfolder path Filter
(including filename and extension up to disk drive letter)


Many thanks !
K.

kino
Posts: 142
Joined: 01.04.2013, 23:24

Re: [Build 925 64-bit donor] Search subfolder filter / regex / use full path NOK

#7 Post by kino » 05.04.2025, 07:36

Hello,

I've spotted the new feature in build 928 (filter size upon full path length)
I feel unfortunately that it's more demanding in terms of widgets for less capability than good'ol regex expressiveness.

My CD burner, as an instance, complains building an ISO/UDF image where relative paths from root folder exceed 260 chars in length.

I'm way better off searching for exceeders through the following regex :

Code: Select all

C:\\MY\\ROOT\\FOLDER\\.{260,}
...than computing myself the length of that root folder to subtract it from the total (as a relative root) and still having to deal with filenames length separately from full folder path.

Conversely, a simple "FQN" filter check option (reusing folder input text field) that would apply to the whole path including drive letter, folder path, filename + extension would perfectly do the trick.

If ever that can be implemented, it'd be great !

Thanks

K.

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests