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
Michael SMichael S 

search API and Product2

When I call search() with a Product2 in the RETURNING clause (in addition to other objects), I get the error message:

product2 is not searchable in combination with any other sObject. Update your SOSL to search only product2.

Is this attribute of (Can only be searched alone) documented somewhere in the API or is this a single exception that only applies to Product2?