My system contains a search restriction with the following parameters:
- Type: Product
- User: anonymous
- Restriction:1-0
There is a product Candle
in the online catalog and a variant product PinkCandle
in the online catalog.
The System renders the Product Detail Page for Pink Candle using the following flexible search query:
SELECT {pk} FROM {VariantProduct} WHERE {code} = "PinkCandle"
What result should i be getting?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…