Find in path not returning all occurrences of a term
I am doing Find in Path for the word "disposition". I have a file in my project that I know has the word "disposition" in it 6 times. I know this because I am in the file, doing CTRL-F and finding the word disposition in the file. But find Path shows this for the same file:

With it seeing only one occurrence of this text in a file where I know there is 6, how do I know it's not completely missing other occurrences? This is extremely dangerous. I can easily accidentally deliver bugs if I am blind to things in the code like this.
请先登录再写评论。
Hello Jason,
could you please attach a sample project to illustrate the problem? Also please post RubyMine version here. Thank you!
Sorry for the inconvenience.
Here is me doing a find within the file:
As you can see there are 6 occurrences of the word disposition in that file.
Next, is the dialog box for Find Path for the search throughout my projects I am going to do:
And here are the results showing that Find Path only found 1 occurrence of that same word in that same file:
And here is the version information:
Maybe I misunderstood. I cannot attach the actual project, I would be sued into oblivion.
Please check if there are other groups in the 'Fine Occurrences' tool window, they may contain lost occurrences. Note, there are number of actions in the toolbar on the left that can regroup results as you wish.
You got me. The other 5 occurrences were in strings. I have wasted your time and I am sorry. uhhh... great product, though! :-/
You are welcome!
I removed the group by usage type and now it is perfect. Again, sorry and thank you.