Commit 22de3a65 authored by Ian Baum's avatar Ian Baum

Resolving conflict with doc/api/search.md

parent 28878f71
...@@ -283,7 +283,6 @@ Example response: ...@@ -283,7 +283,6 @@ Example response:
] ]
``` ```
<<<<<<< HEAD
### Scope: wiki_blobs ### Scope: wiki_blobs
This scope is available only if [Elasticsearch](../integration/elasticsearch.md) is enabled. This scope is available only if [Elasticsearch](../integration/elasticsearch.md) is enabled.
...@@ -364,8 +363,6 @@ Example response: ...@@ -364,8 +363,6 @@ Example response:
] ]
``` ```
=======
>>>>>>> upstream/master
## Group Search API ## Group Search API
...@@ -385,11 +382,8 @@ GET /groups/:id/-/search ...@@ -385,11 +382,8 @@ GET /groups/:id/-/search
Search the expression within the specified scope. Currently these scopes are supported: projects, issues, merge_requests, milestones. Search the expression within the specified scope. Currently these scopes are supported: projects, issues, merge_requests, milestones.
<<<<<<< HEAD
If Elasticsearch is enabled additional scopes available are blobs, wiki_blobs and commits. Find more about [the feature](../integration/elasticsearch.md). If Elasticsearch is enabled additional scopes available are blobs, wiki_blobs and commits. Find more about [the feature](../integration/elasticsearch.md).
=======
>>>>>>> upstream/master
The response depends on the requested scope. The response depends on the requested scope.
### Scope: projects ### Scope: projects
...@@ -590,7 +584,6 @@ Example response: ...@@ -590,7 +584,6 @@ Example response:
] ]
``` ```
<<<<<<< HEAD
### Scope: wiki_blobs ### Scope: wiki_blobs
This scope is available only if [Elasticsearch](../integration/elasticsearch.md) is enabled. This scope is available only if [Elasticsearch](../integration/elasticsearch.md) is enabled.
...@@ -671,9 +664,6 @@ Example response: ...@@ -671,9 +664,6 @@ Example response:
] ]
``` ```
=======
>>>>>>> upstream/master
## Project Search API ## Project Search API
Search within the specified project. Search within the specified project.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment