`&` displayed in Algolia search results titles
See original GitHub issuePrerequisites
- I have searched for duplicate or closed issues
- I have validated any HTML to avoid common problems
- I have read the contributing guidelines
Describe the issue
&
is displayed instead of &
in Algolia search results titles in violet (.DocSearch-Hit-source
).
We can see in the following screenshot: “Color & background” and “Color & Webpack”.
Interesting thing is that it is not the case for .DocSearch-Hit-title
in the results:
Reduced test cases
Go to https://getbootstrap.com/docs/5.2/getting-started/introduction/:
- Click on the search button
- Type “color back”
What operating system(s) are you seeing the problem on?
Windows, macOS, Android, iOS, Linux
What browser(s) are you seeing the problem on?
Chrome, Safari, Firefox, Microsoft Edge, Opera
What version of Bootstrap are you using?
v5.2.2
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Structured results in InstantSearch.js - Algolia
Discover structured results, a feature to showcase compelling, ... Traditional search, which consists of displaying long lists of search ...
Read more >FR: Support Algolia results · Issue #10568 · ampproject/amphtml
Short answer, not at present because the API assumption of the frontend and backend are different. (AMP assumes a particular response type, ...
Read more >Algolia search engine in Jekyll static pages
This article shows how to implementent Algolia searching engine in a static website and update the entries using Github Actions.
Read more >Amplience search | Amplience Developer Portal
Amplience search is powered by Algolia. Indexes are created in an Algolia account managed by Amplience and can only be managed using the...
Read more >Search // Statamic 3 Docs
Algolia is a full-featured search and navigation cloud service. They offer fast and relevant search with results in under 100 ms (99% under...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep @CyrilKrylatov. It’s already tracked in https://github.com/twbs/bootstrap/issues/37312.
Thanks for reporting that @manuelmeurer. It’s already in https://github.com/twbs/bootstrap/issues/37312 and we’re trying to find a solution. It is apparently due to the fact that we have several
<h1>
s in this modal page.