I am using the FullTextSqlQuery object to search results from my SharePoint 2010 server with a specific query.
When I order by the created date (a new metadata property I have created myself of the type datetime), it will throw the exception “Error HRESULT E_FAIL has been returned from a call to a COM component.”
To get around the exception I want to tick the checkbox of the property "Reduce storage requirements for text properties by using a hash for comparison" but for a datetime value it is greyed out.
Does someone have an answer?