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.
How can I exclude specific content from an answer from being indexed?
Environment:
Answers
Resolution:
For any answer, you can exclude specific content from being indexed. This allows you to prevent certain words or phrases from being indexed, or searched on, for that answer. As a result, the answer is not returned when a search is performed on content that is excluded from indexing.
This approach allows you to more directly impact which answers are returned for specific searches. By excluding specific answers from being returned for specific search terms and phrases, your site visitors can more easily find answers for a specific search term.
To exclude specific words or sections of answer content from being indexed, you can use special HTML tags designed specifically for use with answers.
When <!--stopindex--> and <!--startindex--> tags surround content in an answer, that content is excluded from being indexed. These tags can be added to the following fields in an answer:
The <!--stopindex--> and <!--startindex--> tags must be manually added to the appropriate field. When adding these tags to the Question or Answer field, add the field in Source mode. Click the Source tab to add the tags within the source code.
You can add multiple sets of these tags within a single answer if you determine that there are separate words or blocks of content to exclude from indexing.
Examples: Within the Answer field, in Source mode, you could add tags as follows to exclude content:
Within this sentence, there are <!--stopindex--> specific words <!--startindex--> to exclude from searching.
In this case, "specific" and "words" are not indexed when the answer is saved. Other words in the sentence are eligible for being indexed. Note that if "specific" and "words" is included in another field, another sentence or in a file attachment, they may be indexed due to the additional occurrence within the answer.
You can also exclude an entire paragraph or paragraphs from being indexed:
<!--stopindex--> This entire paragraph is excluded from being indexed. The paragraph could be several sentences long. <!--startindex-->
You can exclude specific words from being indexed in any answer by adding them to the exclude_answers.txt file. This file contains common words such as prepositions, adverbs, and pronouns that are excluded from indexing and searching functions on the customer portal. If you have specific words that you do not want customers to be able to search on, you can add these stopwords to the exclude_answers.txt file to exclude them from being indesed. Stopwords must be uppercase and typed on separate lines. Note: Words in this file are also excluded when using SmartAssistant to search for an answer.
For more information on excluding words globally, refer to Answer ID 1309: Excluding specific words or phrases from searching.