redis/docs

Keep getting 404 on searches on website

Closed this issue · 4 comments

To replicate:

  • Try to search on the website (same happens if I try coming in from a search engine), e.g. 'lua scripting'
  • Top result in the search box is "Scripting with lua" - click on this link
  • Behold, the 404

Hi @alistair-gemmell and @StevenSavant. We've recently done some re-organization of content under the "Develop" section. The link you're looking for is here:

https://redis.io/docs/latest/develop/programmability/eval-intro/

The search issue should sort itself out once it re-indexes the site. Our apologies for the poor user experience.

This means that the alias isn't working, we need to go through and check all these aliases and get them fixed so there are no 404s, an alias for this must be missing: https://redis.io/docs/latest/develop/interact/programmability/eval-intro/

A fix for this issue was published just a few minutes ago.