Find on Project src folder does not return same results as find on sub folder
No idea why the same exact search results in two result sets here . I do a find on the word "class" on ./src and then I do a find on "class" on ./src/someFolder and they are not recursive it seems
Please sign in to leave a comment.
Hi there,
Please look at right side of the search field when you are searching on "src" folder -- it shows "100+ matches in 1+ file".
Thing is: those results are preview only. Because search is done live on each typed letter ... IDE shows first 100 results only for performance reasons. In you case they (first 100 matches) all happen to be from a single file.
Just click on "Open in Find Window" button on the bottom to get a traditional Search Results tool window that will list ALL matches.