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:
Synonyms, Aliases Oracle B2C Service
Resolution:
Depending on which version of Oracle B2C Service you are using, there are several options for including synonyms and additional search terms when you search for answers.
When you edit and save an answer, you can include specific keywords directly to the answer in the Keywords field. This allows you to define specific synonyms for individual answers in your site.
That is, if users search for a specific phrase or acronym, you might only want a couple of answers returned in the search. In that case, you could add the search word or phrase to the Keywords field and those answers will be returned (along with any answers that have that term in the actual Summary, Question, or Answer field).
When adding multiple words or phrases, it is important to separate the words and phrases using a comma so that they are indexed correctly in the database.
This allows you to more tightly control which keywords are used with specific answers. For more information on adding keywords to individual answer, refer to Answer ID 1301: Keywords field when editing answers.
The aliases.txt file allows you to define an overall group of synonyms that are be used for searching answers from either the end-user Answers page or the administrative pages. The aliases.txt file allows you to define a global list of keywords to be used when searching for answers. Typically, this file is used for business-specific terminology and acronyms that you define.
Frequently, when people begin populating keywords for their answers, they determine that the same group of keywords should be added to several answers and used throughout the entire set of published answers.
The aliases.txt file allows you to define sets of keywords and synonyms that are used across all answers with every answer search that is performed, regardless of whether the search type is Phrases, Similar Phrases, Exact Search or Complex Expression. For more information on using the aliases.txt file, refer to Answer ID 1995: Using a list of common aliases and keywords for all answers.
To access the aliases.txt file, go to the File Manager. Then, set the Switch to menu to be "wordlist files".
The default configuration of the end-user pages allows users to search using the Similar Phrases option from the Search By menu. This search option returns answers that include synonyms for the search phrase as defined by the synonym relationships listed in the thesaurus.txt file. The thesaurus.txt file defines the synonyms to be used and included when using the Similar Phrases search type.
The contents of the thesaurus.txt file is quite exhaustive and includes synonyms for general words used in everyday language, not just synonyms for technical terms or business-specific terms and acronyms used in your industry. As a result, when users search using the Similar Phrases option, they will typically get a large number of answers back as their search results.
Due to the large amount of synonyms defined and the large query results from the database, this type of searching may take longer to perform than other searching methods. For this reason, the synonym list is NOT used for standard phrase searching, exact phrase searching or with complex expressions.
To access the thesaurus.txt file, go to the File Manager. Then, set the Switch to menu to be "wordlist files".
Defining synonym relationships in the aliases.txt and thesaurus.txt is similar. For both the aliases.txt and thesaurus.txt files, each line in the file is set up to mean:
IF the first word in the line is used as the search word, THEN return answers containing that word or any of the other words on that line.
That is, the first word on each line of the file is the search word and the additional words are the synonyms that exist in your answers that will be searched for. Therefore, when someone searches on the first word, answers that include the remaining words are returned in the search.
When adding words to the list: Multi-word phrases are supported within the aliases.txt file, but not within the thesaurus.txt file. Note: if using multi-word phrases within the aliases.txt file and ANS_AND_SEARCH is enabled, phrases are expanded before aliases are processed. Example: Assume the aliases.txt file contains (note the space within RIGHT NOW): RIGHT NOW,RNT Assume an answer contains "RNT". Search for "RIGHT NOW" If ANS_AND_SEARCH is enabled, a search for "RIGHT NOW" will not return the RNT answer since a Boolean AND search tries to match all single word phrases. In this case, it would try to match both "RIGHT" and "NOW". Since "RIGHT" and "NOW" do not have aliases, the search will not match the RNT answer even though the "RIGHT NOW" phrases will expand to include "RNT". Hyphens are acceptable (END-USER). Also, all entries must be in CAPITAL LETTERS. If listing several synonyms for a word, use a comma delimiter with NO SPACE between the synonyms. Other entries in a line can contain a space, it is only the first term in the line that cannot include a space.
For example, let's say that you added the following line in the thesaurus.txt or aliases.txt file:
If an end user searches your answers using the word aardvark, answers that include the words aardvark, antbear, or anteater are returned.
If the user instead searches on antbear, the answers containing the word aardvark are only returned if there is another line in the file that has antbear listed first on the line:
Then, to complete all searching opportunities for this example, a third line should be included in the synlist.txt file that has anteater first:
Note: When working with the aliases.txt and thesaurus.txt files, if you know that your answers include specific words and terminology, it may not be necessary to include a line for all combinations of synonyms or it may not be necessary to include all other entries from another line.
For example, if you know that your answers only use the word aardvark and that the words antbear and anteater are not used in your answers, you can simplify your entries to be:
ANTBEAR,AARDVARK ANTEATER,AARDVARK
When you save the aliases or thesaurus file, the wltool utility should automatically run so that changes to the file take immediate effect on the search functionality of your end-user pages.