We have stored the main seaches as presets, but so...
# community-help
e
We have stored the main seaches as presets, but sometimes we have the use case that we need an additional field included in the response. Is there any way to perform a search with an additional field (instead of overwriting the entire include_fields)? e.g. by specifying "include_fields":"+newfield"? 🙂
d
I think the simplest way to achieve a similar result without enumerating all the fields is to use
exclude_fields: additional_field
for each requests where you don’t need that additional field
j
Is there any way to perform a search with an additional field (instead of overwriting the entire include_fields)?
There isn't a way to do this... may be you could setup multiple presets with different sets of include_fields options
👍 1
e
@Dima good idea, I’ll think about it