rProperties = myWeb.SearchListItems(Me.m_strSearch)
rContent = myWeb.SearchDocuments(Me.m_strSearch)
I am using the above code to return search results from the document
properties and document contents in a document library. I have
noticed that it works fine, but does not return the file size when
searching properties only when searching document content. Does
anyone know why?