OneDrive search issue

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
niels
Posts: 4
Joined: 11 Oct 2024 09:29

OneDrive search issue

Post by niels »

When using the find files (Ctrl-F) feature, and searching (for example) for all *.ovf files, files in my OneDrive are not shown.

If I navigate manually to that folder, the files are visible.

The search picks up *.ovf files fine in other (non-OneDrive) folders.

Any tips/tricks/suggestions? Tested in XYPlorer 26.50 and 26.50.0006.

Thanks ..

highend
Posts: 14991
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: OneDrive search issue

Post by highend »

Execute this from the address bar (assuming your onedrive folder is on the C:\ drive):

Code: Select all

text quicksearch("*.ovf /a", "C:\", , "s");
Does that list contain those files (now)?
One of my scripts helped you out? Please donate via Paypal

niels
Posts: 4
Joined: 11 Oct 2024 09:29

Re: OneDrive search issue

Post by niels »

My OneDrive is in D:, so I modified accordingly, but no- the OneDrive files are still missing.

It just outputs the same files (for that particular drive) that the Ctrl-F search finds.

highend
Posts: 14991
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: OneDrive search issue

Post by highend »

Strange...

Replace the placeholder with the full path and try again:

Code: Select all

text quicksearch("*.ovf /a", "<use the full path to your onedrive folder>", , "s");
One of my scripts helped you out? Please donate via Paypal

niels
Posts: 4
Joined: 11 Oct 2024 09:29

Re: OneDrive search issue

Post by niels »

if, in the script, I use D:\, the files are not found. If I use D:\OneDrive, they're all listed/found.

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: OneDrive search issue

Post by jupe »

Configuration | Find and Filter | Find Files & Branch View | Find Files | [x] Follow junctions

niels
Posts: 4
Joined: 11 Oct 2024 09:29

Re: OneDrive search issue

Post by niels »

That did the trick -- thanks to both of you for the help!

Post Reply