Suppose the model has a list of fields, and one of them - id list some related fields:
{
'name': 'bla-bla',
'field1': 'value1',
'array': [
1, 2, 3, 4
]
}
Necessary select those records whose values coincide with the array transmits a set of id, i.e. if I give 1, 2, 3, or vice versa 1, 2, 3, 4, 5, the row will not find, but if you pass 3, 2, 4, 1 (i.e. the order does not address), the row should be found.