Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Eclipse 'filter results from view' when searching?

Tags:

eclipse

Often when I'm searching for referenced types, Eclipse search will return no actual results but provide the message (3 matches filtered from view) .. for example.

Why is it filtering results and how do I disable this?

thanks

like image 714
MalcomTucker Avatar asked Aug 03 '10 10:08

MalcomTucker


1 Answers

If you click the down arrow at the top right corner of the Search pane Eclipse arrow for popup menus then you will get a popup menu with Filters... second from the bottom. You will then see a dialog with Select the matches to exclude from the search results: Untick the options in the list as needed. I think the default is only to exclude search results in imports.

Eclipse Search Filters

like image 62
mikej Avatar answered Oct 20 '22 03:10

mikej