code Attribute1(String)
A C
B D
C Empty
D Empty
how to get the pk's of all A,B,C,D
Note: Using the string value C,D I want to fetch pk of product C,D along with A,B using Flexible search query
Details :
I Have list a of product's.
Inside each of these products there is an attribute called "X" which contains product ID code of type string.
Note : "Product ID Code" means "Product ID" of another product inside the list of products.
Now i want to get pk's of products based upon the Product ID Codes?
I don't understand it fully, but you can try something like this
you can add filter to it
Using UNION
With filter