Commit 50b7e1c
authored
Adding support for source and source_content_type params (#95843)
This PR adds the support for source and source_content_type params in the Search Application search rest endpoint.
These params are sometimes used by the rest tests on endpoints that accepts GET requests with a body.
Closes #952931 parent 49ccc6c commit 50b7e1c
File tree
2 files changed
+2
-6
lines changed- x-pack/plugin/ent-search
- qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch
- src/main/java/org/elasticsearch/xpack/application/search/action
2 files changed
+2
-6
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments