@Alex nails it.
Another option I use quite often is C-s C-w
to search for the word after the current mark. Hitting C-w
repeatedly increases the search with additional words (e.g., C-s C-w C-w C-w
searches for the 3 words after the current mark).
Similarly, C-s M-s C-e
searches for the rest of the line after the current mark and C-s C-M-y
searches for the character after the mark. These are both repeatable in the same way (the former by somewhat-awkwardly repeating M-s C-e
after C-s
).