Blobfieldsareusuallynotmeanttobeusedasparametersofquerysearchclause(WHERE)unlesstheunderlyingDBMSsupportsafeatureusuallyknownas"full text search"<codetype="php">classTestextendsDoctrine_Record{publicfunctionsetTableDefinition(){$this->hasColumn('blobtest','blob');}}</code>