function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ian SidleIan Sidle 

[Bug] Title is not filterable on FeedItem

According to the documentation (http://www.salesforce.com/developer/docs/api/Content/sforce_api_objects_feeditem.htm), the title field has the property "Filter" which should means a query can filter it but that's not working in practice. Either the documentation is wrong or there is a bug with the system.

Type :string
Properties :Create, Filter, Group, Nillable, Sort
Description: The title of the FeedItem. When the Type is LinkPost, the LinkUrl is the URL and this field is the link name.

Steps to reproduce:
1)Open up WorkBench 
2)Enter the SOQL query "SELECT Id,Title FROM FeedItem WHERE title!=null LIMIT 100" and click Query
3)Get Error message "Field 'title' can not be filtered in query call"

I initally submitted a case about this bug and was told that since we only have standard support, I have to report the issue here. 
ShashankShashank (Salesforce Developers) 
Hi Ian,

I can confirm that the issue is replicable in our test environments. I have created case number 11314164 to work on this issue on your name, so you should be able to access it from your Help & Training portal.

Thanks,
Shashank