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
zabahzabah 

Searching the Description Field of the Solutions

Hello:

I'd like to use the API to search through the Description Fields of our Solutions.  The two methods I could come up with were 1) using the query method to filter through the description fields using the "contains" operator and 2) using the search method.

It seems that both methods are unavailable to programmers through the API?  My first method generates an error stating that the description field cannot be filtered and the second one generates an error stating that the search method is not available for solutions.  Is there another way I can work around this so I can search the solutions?  I'd like to allow our users to search the solutions using search terms they provide.

Zabah