grep : search a long char contain space

Hi,

i have to search for a char like that :

export var1="i am not happy /not happy"

with a command like :

grep $var1 file

but this not working with me !!!

thank you in advance.

grep "$var1" file
grep "$var1" file