Search for an expression in a file openned in vi

Hi,
On AIX 7
To search a word I do:

/myword

But to find an exprssion fro example:
"Begin Customization"
How to do?

Thanks.

Just:

/"Begin Customization"

or

/Begin Customization

Depending if you want to search with or without the double quotes..