Custom Boolean Attribute On Endeca Search But It Is Unsearchable
(Doc ID 2389887.1)
Last updated on OCTOBER 10, 2019
Applies to:
Oracle Commerce Cloud Service - Version N/A to N/AInformation in this document applies to any platform.
Goal
On : NA version, Store Administration
Custom boolean attribute on Endeca Search
Created a boolean attributes on SKU Properties for product type Base Product:
- isB2C
The attribute is not available to search via Endeca URL.
The attribute was configured on search configurations and the index baseline was updated.
Need the custom boolean attribute available for searching as boolean on Endeca configuration, the same way as sku.active OOTB attribute.
Examples:
http://ccstore-test-xxx.oracleoutsourcing.com/ccstoreui/v1/search?No=0&Nrpp=3&Nr=sku.active:1&Ntt=0NU21070*&language=pt_BR
In this example we are searching by sku.active:1 and the 'totalNumRecs' is returning 1 result
http://ccstore-test-xxx.oracleoutsourcing.com/ccstoreui/v1/search?No=0&Nrpp=3&Nr=sku.isB2C:1&Ntt=0NU21070*&language=pt_BR
In this example searching by sku.isB2C:1 the 'totalNumRecs' returns 0 results, even if SKU 0NU21070 has isB2C attribute settled as true
http://ccstore-test-xxx.oracleoutsourcing.com/ccstoreui/v1/search?No=0&Nrpp=3&Nr=sku.active:1&Ntt=0NU21070*&language=pt_BR
In this example we are searching by sku.active:1 and the 'totalNumRecs' is returning 1 result
http://ccstore-test-xxx.oracleoutsourcing.com/ccstoreui/v1/search?No=0&Nrpp=3&Nr=sku.isB2C:1&Ntt=0NU21070*&language=pt_BR
In this example searching by sku.isB2C:1 the 'totalNumRecs' returns 0 results, even if SKU 0NU21070 has isB2C attribute settled as true
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |