I want to receive the field: name, from id:20 to 40,
try using the parameter filter__field__721075__contains.
I don’t know if I’m putting it in the wrong place.
How should I do the query?.
Hi @enoc!
For selecting ids within a range, I think you could use two filters together, higher_than and lower_than. E.g. filter__{field}__higher_than. Have you tried this?
1 Like


