samueleresca opened a new issue, #81: URL: https://github.com/apache/incubator-pekko-site/issues/81
The search functionality relies on the [search_index.json](https://github.com/apache/incubator-pekko-site/blob/main/content/search/search_index.json) file for indexing the content. Since the site is separate from the paradox docs of each repo, The `search_index.json` of the hompage does have the whole content indexed. As result, the search only works when you use docs in the right area - the search data is built by all our different doc builds and each repo has its own doc build https://pekko.apache.org/docs/pekko/current/ has the docs for https://github.com/apache/incubator-pekko https://pekko.apache.org/docs/pekko-http/current/ has the docs for https://github.com/apache/incubator-pekko-http So the search in https://pekko.apache.org/docs/pekko/current/ will support searching for actor and stream, etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
