facebookarchive / nuclide

An open IDE for web and native mobile development, built on top of Atom
https://nuclide.io
Other
7.79k stars 682 forks source link

OmniSearch and Filename Search not working correctly #1178

Open devinhalladay opened 7 years ago

devinhalladay commented 7 years ago

Issue and Steps to Reproduce

I have two root folders in my project: a remote folder and a local folder, and both folders are exact duplicates, but I am using Nuclide to make remote editing easier by eliminating syncing times.

If I search for a file using fuzzy search in OmniSearch or using the same in Filename search, the results come up for my local folders and files, but do not show up for my remote files and folders, even though the exact same file structure exists in both directories.

Expected Behavior

The same file results should return for the local version and for the remote version, and all remote files should be indexed to allow this search to happen.

Actual Behavior

Different results show for each instance of the file structure. image

Versions

tjaklitsch commented 6 years ago

+1 on this... been running into the same thing for a while now

manavdahra commented 6 years ago

+1, Can anyone can point me to the source code so I can fix this ?