Hi there
I want to use the index query as a smart search based on item fields.
I have built an item page and here I want to define the fields used in the index query.
I have created an input filed named "GroupName" and a field named "ProductName".
Now i want to do a query of products where the group name contains my "GroupName value" and the product name contains my "ProductName value".
The issue is that I cant figure out have to make a query called "groupname contains GroupName" (my item field).
Is this possible and how?
/Rune