Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
7653 Tampilan


Hello,


I'm making a project and I'm searching for an operator that maybe don't exists for the moment, I want to do something like:

Array field contains Array field: [1,2,3] contains [2,3] = true

I tried to do [1,2,3] in [2,3] but it doesn't work, maybe an extension or module exist for this case?

Thank you in advance.


Avatar
Buang

Do you want to apply this condition in search([]) case?

Penulis

I want to do something like:

$filters = [1, 2, 3];

$this->container->get(OdooClient::class)->search_read('product.template', [

['valid_product_attribute_value_ids', 'contains', $filters],

];

And the contains should work if 'valid_product_attribute_value_ids' === [1,2,3] or if 'valid_product_attribute_value_ids' === [1,2,3,4,5] for example.

Post Terkait Replies Tampilan Aktivitas
0
Agu 22
59
1
Des 15
4393
2
Feb 24
3968
2
Agu 23
10522
2
Des 21
5537