Find all files with name (recursively)

Quite simple to do if I only remember the command.

find  -name *partoffilename*

Will search from the current directory or a directory can be specified

find /the/path/ -name *partoffilename*