Search found 2 matches

by Temm
Fri Jul 14, 2023 7:27 pm
Forum: Bug report
Topic: "sort" and "distinct" misbehaving if used in wrong order
Replies: 2
Views: 4587

"sort" and "distinct" misbehaving if used in wrong order

Take the following query: run-count:!=0 add-columns:run-count:0 sort:run-count;path distinct:path According to the documentation of distinct: distinct:[property-list] Find unique results (show only one result when there are duplicates) based on the current sort order or the specified semicolon delim...
by Temm
Fri Jul 14, 2023 5:19 pm
Forum: Bug report
Topic: "dm:10s" behaves differently from "dm:0s..10s"
Replies: 2
Views: 4532

"dm:10s" behaves differently from "dm:0s..10s"

When using the search "dm:10s" I'd expect to see all files edited within the last 10 seconds, with new files being added as they are edited and removed as 10 seconds pass. When using the query "dm:10s", this is not the observed behavior. Instead, the file list initially shows all...