Method
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.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
list[OrganizationSearchResult] |
|
| TYPE |
WHEN |
| DataNotFoundError |
`projectId` is not found. |
| DataNotFoundError |
`featureGroupIds` is not found. |