telerik / docs-seed

Telerik Documentation Infrastructure
https://docs.telerik.com
Apache License 2.0
7 stars 21 forks source link

Broken Search in the ASP.NET Core and MVC Knowledge Base Section #258

Closed yordan-mitev closed 1 year ago

yordan-mitev commented 1 year ago

Describe the bug The Search functionality doesn't find existing articles when you search for them. Hence, the Knowledge Base section doesn't list all available articles when you page through the results.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://docs.telerik.com/aspnet-core/knowledge-base or https://docs.telerik.com/aspnet-mvc/knowledge-base
  2. Select page 5 on the pager.
  3. See the error message: "Sorry, There were no results found. "

This looks like another Google Search indexing issue. However, the articles that aren't indexed have been added at least several months ago, which means that they aren't being indexed at all.

Expected behavior The KB section must list all articles that are available in the knowledge-base folder (https://github.com/telerik/kendo/tree/master/docs-aspnet/knowledge-base).

Video

https://user-images.githubusercontent.com/60105689/198540536-591b8bf0-293b-4a67-8b18-6a31f65d3fb8.mp4

yordan-mitev commented 1 year ago

The issue seems to be caused by Googlebot flagging the MVC and Core articles as duplicates. This is the reason why one of the articles is not being indexed. Not related to docs-seed.