Open
Description
The common options docs describes the truly common options:
?pretty
?human
?filter_path
?error_trace
However it also has some docs about date math which I think would more accurately be described as an API convention, some docs on fuzziness that only apply to search APIs so should be in those APIs docs alone, and the ?flat_settings
option which only applies to a few specific APIs too (primarily the ones that reference org.elasticsearch.common.settings.Settings#FORMAT_PARAMS
).
Could we rework this area so that the common options page only mentions the truly common options?