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.
What is the result of using the * Wildcard character when searching answers?
Environment:
Knowledge base (KB), Search, Phrase Stemming
Resolution:
When searching KB answers while using the Wildcard character, some results may seem unexpected at first review. The reason for this is that Phrase/Word Stems are also in play and take precedence over the Wildcard.
1. The result of searches including the wildcard is different for searches that use a phrases table from those that don't.
e.g. (non-phrases table search) If a wildcard is added to the end of a string when searching contacts, anything that matches the string or is longer than but includes the string will be found.
e.g. (phrases table search) When searching answers, which uses the ans_phrases table this will not necessarily be the case. The reason is Phrase/Word Stemming.
2. When answers are being searched. The wildcard brings back the results of answers that contain words or parts of words that do not have a proper word stem, unless the search is smaller than the stem. If the partial word is less than the stem it will find the stem. e.g. "insu*"(with wildcard) does locate the word stem "insur" but "insura*"(with wildcard) does not.
The reason for this is that Word Stems are only found when a complete prefix or suffix can be removed. e.g. A partial word such as "insura" or "emergen" doesn't contain either so they do not result in a stem.
3. Stemming applies first, then the Wildcard.
In the case of "insura*"(with wildcard), because it's not a word that contains a suffix or prefix, a Word Stem is not found. This eliminates proper Word Stems and leaves the wildcard searching for results that are in the phrases table but no proper words as those have already been eliminated by Stemming.
This leads to very few or zero results which can be misleading, especially when you already know the word "insurance" for example has many related answers.
4. Some results that might be found could be without proper punctuation (proper punctuation is necessary for search to recognize real words), misspelled or part of an email address such as "insurance@companyname.com" or something like "insurance-company" or "insurance/retirement". If using the "insur" example (insur being a proper word stem), without the wildcard those additional results will not be found.
Note: A short document with tips and a guide to wildcard searching answers is attached.