Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
Highlighted Search Terms, Customer Portal (CP)
Resolution:
When a search is performed on the customer portal, the results that come back may or may not contain highlighted words that reference the keyword used for the search.
The highlighting may appear to occur randomly, but it is in fact dependant on the values contained under the "stem" column in keyword_searches table.
Whenever a search is performed on the customer portal, the keywords used to perform the search are stored in the keyword_searches table. This table also contains a column called "stem" where the keyword is associated to a stem. For instance: -for keyword purcha*, the stem is purcha% -for keyword temp*, the stem is temp% -for keyword templ*, the stem is templ% The results of the search will return all answers including words that contain the keyword (for temp*, it will return answers contains words such as "template", "temper", "temperature" etc.). However, the search will highlight only those words that are closest to the stem (so in this case it should highlight only "temper", as "template" and "temperature" are too different from the stem i.e. temp%). When performing a search using templ*, the stem will be templ% and words like "template" are closer to the stem, so they will get highlighted.
For information on configuring this feature, refer to Highlighting keywords in a search.