ext:gpx year:2023 finds nothing

Discussion related to "Everything" 1.5 Alpha.
Post Reply
abr01
Posts: 89
Joined: Tue May 01, 2018 4:57 pm

ext:gpx year:2023 finds nothing

Post by abr01 »

That's strange. Is the syntax correct?
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: ext:gpx year:2023 finds nothing

Post by NotNull »

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:

Code: Select all

ext:gpx   dm:2023
(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.
abr01
Posts: 89
Joined: Tue May 01, 2018 4:57 pm

Re: ext:gpx year:2023 finds nothing

Post by abr01 »

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.
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: ext:gpx year:2023 finds nothing

Post by void »

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:
  • In Everything, from the Tools menu, click Options.
  • Click the Indexes tab on the left.
  • Check Index Date Created.
  • Click OK.
abr01
Posts: 89
Joined: Tue May 01, 2018 4:57 pm

Re: ext:gpx year:2023 finds nothing

Post by abr01 »

Thanks, i did that.
Post Reply