kibana/test/api_integration/apis/search
Stratoula Kalafateli 43d93baf29
Make the drop_null_columns configurable in ES|QL search strategies (#176236)
## Summary

Fixes https://github.com/elastic/kibana/issues/176227

As not everyone is using expressions and the `?drop_null_columns`
significantly changing the output, I am making this configurable. So for
the expressions users it will always be true but for anyone else it
would be false unless they specifically configure it.

This PR is fixing it but Nathan is going to follow up:

- maps are setting the drop_null_columns to true (as it makes the
response smaller, which is always a benefit)
- add some FTs to test the output

---------

Co-authored-by: Julia Rechkunova <julia.rechkunova@gmail.com>
2024-02-06 16:28:08 +02:00
..
bsearch.ts Make the drop_null_columns configurable in ES|QL search strategies (#176236) 2024-02-06 16:28:08 +02:00
index.ts [Search] SQL search strategy (#127859) 2022-03-24 14:37:11 +01:00
painless_err_req.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
search.ts [data.search] Use versioned router (#158520) 2023-06-07 10:33:39 +02:00
sql_search.ts [data.search] Use versioned router (#158520) 2023-06-07 10:33:39 +02:00
verify_error.ts [search source] return rawResponse on search failure (#168389) 2023-10-23 10:59:17 -06:00