You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems we currently do not index anchor links in Algolia (e.g. /platforms/javascript/configuration/options/#ignore-errors).
This is generally not a big issue since the content will still move the user to the desired page where the content lives on.
This does become an issue (or leads to confusion) though when a user searches for content and is already on the correct page.
Solution Brainstorm
As a first step we could simply close the search result box when the user clicks on a result for a page that is the current one.
As a second step we could think of indexing anchor links and adding them to the search results, so we can make use of .scrollIntoView() and provide a better UX.
The text was updated successfully, but these errors were encountered:
Problem Statement
It seems we currently do not index anchor links in Algolia (e.g.
/platforms/javascript/configuration/options/#ignore-errors
).This is generally not a big issue since the content will still move the user to the desired page where the content lives on.
This does become an issue (or leads to confusion) though when a user searches for content and is already on the correct page.
Solution Brainstorm
As a first step we could simply close the search result box when the user clicks on a result for a page that is the current one.
As a second step we could think of indexing anchor links and adding them to the search results, so we can make use of
.scrollIntoView()
and provide a better UX.The text was updated successfully, but these errors were encountered: