Returns a list of search results matching your query.
By default, it returns 20 results. You can paginate the results using limit and offset parameters. In any case, a maximum number of 100 results is returned.
Query parameters
filterobject
Attributes to filter search results
querystring
Text to search
Example: "florence apartments"
fuzzyboolean
When any value is passed, it enables the fuzzy search: the Levenshtein Edit Distance is used to match more results.
build_trigger_idstring
The build trigger ID on which the search will be performed. Required if more than one build trigger is present in a project
Example: "44"
localestring
Restrict the search on pages in a specific locale
Example: "it"
pageobject
Parameters to control offset-based pagination
offsetinteger
The (zero-based) offset of the first entity returned in the collection (defaults to 0)
Example: 200
limitinteger
The maximum number of entities to return (defaults to 20, maximum is 100)
Returns
Returns
an array of resource objects of type search_result.