For values that are not known at optimize time, dbcc traceon(302) prints “unknown-value.” For example, this clause uses the getdate function:
where pubdate > getdate()
It produces this message in the search clause list:
titles.pubdate > unknown-value