Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search: cross-site search federation #5230

Open
4 tasks done
josegonzalez opened this issue Mar 20, 2023 · 6 comments
Open
4 tasks done

Search: cross-site search federation #5230

josegonzalez opened this issue Mar 20, 2023 · 6 comments
Labels
change request Issue requests a new feature or improvement

Comments

@josegonzalez
Copy link

josegonzalez commented Mar 20, 2023

Context

I have multiple mkdocs-backed doc sections that compose the Dokku project:

  • main docs
  • tutorials subsite
  • etc.

All of these have their own release cycle and thus are in different repositories, but more or less roll up to the same "dokku/docs" repo for their generated contents. This allows me to have quicker CI runs for each while still keeping on the same domain.

One thing that isn't great is that search results are scoped to just the section a user happens to be on. It is all effectively one "site" but because of how the sites are generated, we don't show the related documentation from each sub-site.

Description

What I would like to do is be able to configure mkdocs such that it can either:

  • Point to several search indexes
  • I can manually merge the indexes and specify a custom "site_dir" for each search result

If several indexes are merged, a user should be able to specify some config:

  • an index title
  • an optional favicon to show next to the index title

This would then appear in search results in a more unified way, with tabs for each index.

Related links

I looked to see if this was in the discussion board and docs, and that doesn't seem to be the case.

Use Cases

Maybe a user could configure other search indexes to load like so:

plugins
  - search:
      additional_indexes:
        - title: Documentation
           site_index: https://example.com/docs/
           index_url: https://example.com/docs/search/search_index.json
        - title: Tutorials
           site_index: https://example.com/tutorials/
           index_url: https://example.com/tutorials/search/search_index.json

When building search results, the results from these additional indexes would have their site_index injected and then that would be used when templating out results to provide a link to the docs. Search would maybe have to be refactored a bit to run against several indexes at once (not sure how that would work, was a bit hard to grok how search is launched from a quick browse of the source).

From a developer's perspective, the yaml config is all they would need to completely spider a site (or multiple sites) and have their results show up. For users, this unified search would provide a much better experience when browsing multiple distinct doc results.

Visuals

Below is something I'm hoping to approximate, from the Nomad documentation.

Screen Shot 2023-03-20 at 1 56 56 AM

Before submitting

@squidfunk
Copy link
Owner

Thanks for suggesting! We'll be considering this feature request for the next iteration of search that we'll start working on later this year. This will make search more flexible and adaptable to various use cases like yours.

@squidfunk squidfunk added the change request Issue requests a new feature or improvement label Mar 20, 2023
@damienrj
Copy link

damienrj commented Aug 2, 2023

Is this still up for consideration?

@squidfunk
Copy link
Owner

Yes, this will be part of the new search implementation that we're currently working on. We just need to first finish the work on the 9.2 release, then we'll continue working on the new search. It will offer a federated mode where you can define multiple sites to pull search indexes from that will be merged appropriately.

@damienrj
Copy link

damienrj commented Aug 4, 2023

Great, looking forward to seeing it in our insider's version 👏

@squidfunk squidfunk changed the title Feature Request: Cross-site search Search: cross-site search federation Aug 10, 2023
@squidfunk
Copy link
Owner

Please see the announcement in #6307.

@strausmann
Copy link
Sponsor

It would be great if you could use relative urls. as the base domain will differ depending on our environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change request Issue requests a new feature or improvement
Projects
None yet
Development

No branches or pull requests

4 participants