atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 219 forks source link

search results show duplicate items with symlinks #711

Open dirk-thomas opened 8 years ago

dirk-thomas commented 8 years ago

In the following example the project find results view shows the same items multiple times:

Rockster160 commented 7 years ago

👍 Updated recently and am running into the same Bug. Currently running 1.12.2. I don't recall seeing this issue previously.

Ben3eeE commented 7 years ago

@Rockster160 are you on a network mapped drive? https://github.com/atom/atom/issues/13104 might be the issue you are seeing.

Rockster160 commented 7 years ago

Ah. That may actually be it. Recently started using a VPN as well. Sorry for mis-categorizing!

dirk-thomas commented 7 years ago

I am not using a network mapped drive but a single local partition. So it it seems to be not only happening with network mapped drives.

Ben3eeE commented 7 years ago

@dirk-thomas Yeah this is still an issue. Just wanted to steer @Rockster160 to the correct issue since he mentioned it was recent while this is not.

kyleshevlin commented 7 years ago

So, if you open the inspector, the search results aren't true duplicates. The paths to the two identical search results are different, the first will be your symlinked path, the second will be the full absolute path. Perhaps others have noticed that already, but I figure this information could be helpful.

jblandry commented 6 years ago

I think I have the exact reversed problem here → https://github.com/atom/find-and-replace/issues/445#issuecomment-375735079