Search feature groups based on text and filters.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | text | str | Text to use for approximately matching feature groups. |
No | numResults | int | The maximum number of search results to retrieve. The length of the returned list is less than or equal to num_results. |
No | projectId | str | The ID of the project in which to restrict the search, if specified. |
No | featureGroupIds | List[str] | A list of feagure group IDs to restrict the search to. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[OrganizationSearchResult] |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|