Client icon indicating copy to clipboard operation
Client copied to clipboard

[11.9] Add support for Advanced Search API

Open IAL32 opened this issue 3 years ago • 1 comments

The Advanced Search API can be called as follows:

(GET) /search

Attribute Type Required Description
scope string yes The scope to search in
search string yes The search query
state string no Filter by state. Issues and merge requests are supported; it is ignored for other scopes.
confidential boolean no Filter by confidentiality. Issues scope is supported; it is ignored for other scopes.
order_by string no Allowed values are created_at only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.
sort string no Allowed values are asc or desc only. If this is not set, the results are either sorted by created_at in descending order for basic search, or by the most relevant documents when using advanced search.

This PR adds support for this API.

IAL32 avatar Feb 16 '22 11:02 IAL32

This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 31 '22 12:08 stale[bot]