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
Currently, I observe these search related problems. These can affect a user trying to find information.
The information I'm trying to find is: RemoteSigner.
When going to the website, in home page, the search functionality returns nothing
In docs, in any version other than the currently latest version, the search functionality returns nothing
When in the current version, the most relevant result is not shown in the first page, and then when clicking on the "See all 11 results":
We are taken to a page with Dropbox for version, where the item is on "next", so the search returns nothing.
As a user, I could not guess changing the version fixes this.
Also, searching in Google for RemoteSigner site:tezostaquito.io does not return the "Class RemoteSigner" in the first page of results
The text was updated successfully, but these errors were encountered:
It seems to be a known issue that the search page does not respect the DocSearch options, so while turning the contextualSearch off changes the behaviour of the search modal, it does not affect the search page.
I swizzled the search page. In a separate commit, I modified it to respect the option.
After merging, and verifying that the search works properly, it might be fixed for the searchpage as well, because a re-index with contextualSearch:off will fix that, according to the linked issue.
In that case, we can do a separate PR to undo the swizzling of the SearchPage, which is a good idea, as it reduces the code we need to maintain.
Currently, I observe these search related problems. These can affect a user trying to find information.
The information I'm trying to find is:
RemoteSigner
.As a user, I could not guess changing the version fixes this.
Also, searching in Google for
RemoteSigner site:tezostaquito.io
does not return the "Class RemoteSigner" in the first page of resultsThe text was updated successfully, but these errors were encountered: