Include Miro boards of an organisation in federated full-text search

  • 8 October 2021
  • 2 replies
  • 106 views

Hi,

we have a fairly large organisation and we create content on multiple platforms (Confluence, Github, GDrive, Miro). We are currently building a federated search application to allow our employees to search across all relevant content repositories.

We currently index content on Github, Confluence and would like to add content in our Miro org to our index. Is there some sort of API Miro offers to allow external search indexing bots to index their content, or perhaps something more specific to Elasticsearch, since it is the technology we happen to use?


2 replies

Userlevel 7
Badge +3

Hi,

we have a fairly large organisation and we create content on multiple platforms (Confluence, Github, GDrive, Miro). We are currently building a federated search application to allow our employees to search across all relevant content repositories.

We currently index content on Github, Confluence and would like to add content in our Miro org to our index. Is there some sort of API Miro offers to allow external search indexing bots to index their content, or perhaps something more specific to Elasticsearch, since it is the technology we happen to use?

Hey @Laszlo Torok –– We just introduced advance dashboard search in Miro! Check out this post to learn more about this update. As always, thank you for your continued feedback and helping make Miro better 🚀

Userlevel 3
Badge +1

Hey @Laszlo Torok,

To search all your boards programmatically, we don’t offer a solution at this time. Currently you can only search for boards containing the search string in the board name or board description through query param in this api.

Another solution would be to use the last_edited prop on a board and compare that with the last time a user has logged in so you know which boards to re-index.

Hope this helps!

Cheers,
Mettin

Reply