ext:gpx year:2023 finds nothing
ext:gpx year:2023 finds nothing
That's strange. Is the syntax correct?
Re: ext:gpx year:2023 finds nothing
Don't know if gpx files have a property year.
Right-click > Properties > Details to check).
Don't have any gpx files at hand, so can't test, but It looks like Everything currently does not support gpx file properties (support for each file type has to be programmed manually)
If you are looking for gpx files modified in 2023, try the following:
(dm = date modified)
Other than that:
The statusbar will show settings that change tthe search behaviour, like WHOLE WORD or REGEX.
Double-click each of them to revert to a 'regular' search.
Right-click > Properties > Details to check).
Don't have any gpx files at hand, so can't test, but It looks like Everything currently does not support gpx file properties (support for each file type has to be programmed manually)
If you are looking for gpx files modified in 2023, try the following:
Code: Select all
ext:gpx dm:2023
Other than that:
The statusbar will show settings that change tthe search behaviour, like WHOLE WORD or REGEX.
Double-click each of them to revert to a 'regular' search.
Re: ext:gpx year:2023 finds nothing
Thanks! It worked, and also with dc (date created). Which is funny, because i believe it did not half an hour ago. Maybe some kind of index had to be built? As for the staus bar, i don't have those properties, so i guess it's in the default mode already.
Re: ext:gpx year:2023 finds nothing
Date created information is not indexed by default.
Everything will need to gather this information.
Progress is shown in the status bar.
Enable Date Created indexing to make dc: searches instant.
To enable Date Created indexing:
Everything will need to gather this information.
Progress is shown in the status bar.
Enable Date Created indexing to make dc: searches instant.
To enable Date Created indexing:
- In Everything, from the Tools menu, click Options.
- Click the Indexes tab on the left.
- Check Index Date Created.
- Click OK.
Re: ext:gpx year:2023 finds nothing
Thanks, i did that.