OpenSearch/rest-api-spec/test/percolate
javanna 9c847db8af Percolate api: support encoded body as query string param consistently
The percolate api doesn't parse the encoded body provided as `source` query string parameter, when percolating an existing document. Fixed and added REST test that would have caught this since we randomly use GET + encoded `source` param instead of GET + request body in our java runner (the perl runner does the same too).

Closes #9628
2015-02-11 08:53:04 +11:00
..
15_new.yaml [TESTS] Added percolator rest tests. 2014-01-20 18:18:27 +01:00
16_existing_doc.yaml Percolate api: support encoded body as query string param consistently 2015-02-11 08:53:04 +11:00
17_empty.yaml Percolator response now always returns the `matches` key. 2014-01-27 16:37:09 +01:00
18_highligh_with_query.yaml Core: Added the `index.query.parse.allow_unmapped_fields` setting to fail queries if they refer to unmapped fields. 2014-09-09 15:00:47 +02:00
19_nested.yaml [TEST] Removed whitespace between } and , 2014-02-20 17:45:49 +01:00