So I see that the latest update (1341a) has increased sort properties from 3 to 8. Is this the sort properties such as
sort:name-ascending,size-ascending,dm-asceding...etc...etc.. ?
sort properties increased to 8 usage
Re: sort properties increased to 8 usage
Yes, sort:, dupe:, distinct:, unique: etc...
For example:
sort:name;size;dm;dc;da;attributes
dupe:name;size;dm;dc;da;attributes
For example:
sort:name;size;dm;dc;da;attributes
dupe:name;size;dm;dc;da;attributes
Re: sort properties increased to 8 usage
finddupe: is an alias for dupe:
They both do the same thing.
They both do the same thing.
Re: sort properties increased to 8 usage
No, there's no tertiary-sort: quaternary-sort: etc...
You can specify more than one property with sort:
For example:
sort:name;size;dm;attributes
The right most sort:/secondary-sort: is used.
For example:
sort:name;size;dm secondary-sort:attributes
will sort your results by: name, attributes then dm.
secondary-sort:attributes overwrites the first size secondary sort.
For example:
secondary-sort:attributes sort:name;size;dm
will sort your results by: name, size then dm.
The secondary sort size in sort:name;size;dm overwrites the first attributes secondary sort.
You can specify more than one property with sort:
For example:
sort:name;size;dm;attributes
The right most sort:/secondary-sort: is used.
For example:
sort:name;size;dm secondary-sort:attributes
will sort your results by: name, attributes then dm.
secondary-sort:attributes overwrites the first size secondary sort.
For example:
secondary-sort:attributes sort:name;size;dm
will sort your results by: name, size then dm.
The secondary sort size in sort:name;size;dm overwrites the first attributes secondary sort.
Re: sort properties increased to 8 usage
shouldn't sort: arrange the results by name:, size: then attributes: the secondary-sort will overwrite the 1st attributes?
There is no secondary-sort in size as I see it, size: only exists in the primary sort:
Re: sort properties increased to 8 usage
Yes, sort:name;size;dm will sort by name, then size, then attributes.shouldn't sort: arrange the results by name:, size: then attributes:?
No, secondary-sort: will always overwrite the secondary sort.the secondary-sort will overwrite the 1st attributes?
There appears to be an issue here with the name sort.There is no secondary-sort in size as I see it, size: only exists in the primary sort:
Everything is incorrectly sorting with case sensitivity.
I am working on a fix.
I'm seeing the secondary sort of size when using secondary-sort:attributes sort:name;size;dm
Re: sort properties increased to 8 usage
Everything 1.5.0.1344a fixes an issue with sorting "string" properties.
Indexing properties could have caused database corruption is previous versions.
This version will require a fresh rebuild of the database.
Everything should now also sort correctly when specifying multiple properties.
Indexing properties could have caused database corruption is previous versions.
This version will require a fresh rebuild of the database.
Everything should now also sort correctly when specifying multiple properties.