Create article index works differently when called from Axum server and from ripgrep middleware
AlexMikhalev opened this issue · 1 comments
AlexMikhalev commented
Axum server calls index without adding article content to ArticleCache, see
Ripgrep middleware behaves correctly and have two calls - one for index and another for cache.
AlexMikhalev commented
Fixed.