<< Back to GForge REST API

Entity: Search

GET

getSearch

Search for specified text across various possible scopes.

Parameters (3)

Name Type Description
q string The query string being searched. This can be a word, a phrase or a boolean query logic expression
s string A comma-separated list of REST API types to be searched. All types are allowed, but not all types will return results. Valid examples include project, user, trackeritem, wiki, scmcommit. If not specified, then projects and users are searched.
p string The unique ID or unix name for a specific project within which to search. If empty, then all projects accessible by the calling user will be searched.

Return: object

An associative list of entity type => results for that type.

POST

PUT

DELETE