question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Dashboard] Global Search (Maps & Datasets)

See original GitHub issue

Implement global Map and Dataset search.

We can use the existing /viz endpoint with the following parameters so that it returns both maps and datasets: &types=table,derived&q=<search_term>.

  • Results page shows maps and datasets.
  • Search by :tag.
  • Search suggests results as the user types.
  • Clicking on a tag (Map / Dataset) searches for Maps and Datasets with that tag.
  • Paginate results.
  • Order results by relevance.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
alonsogarciapablocommented, Dec 11, 2018

@gonzaloriestra I added another task in the description: “Order results by relevance.”. Let’s close this once that work is merged. Thank you!

1reaction
gonzaloriestracommented, Nov 29, 2018

Maybe we can start with one of the predefined ranking functions by PostgreSQL, which will give better results than random or alphabetical IMO. According to the docs:

It takes into account lexical, proximity, and structural information; that is, they consider how often the query terms appear in the document, how close together the terms are in the document, and how important is the part of the document where they occur.

And then, if we want, we can try to build our own ranking function by adding more information: dataset likes, better score for title vs description, updated_at (we are not counting visits AFAIK)…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Global Search | Sisense for Cloud Data Teams
Global Search can search through the following items to find a match to any phrase entered: Topics; Dashboards; Charts; Views; Datasets; CSVs; Snippets;...
Read more >
World Bank Maps
Perform spatial analysis, search and overlay datasets from various sources, browse and compare satellite imageries, and view map of World Bank lending ...
Read more >
Earth Engine Data Catalog | Google Developers
Google Earth Engine combines a multi-petabyte catalog of satellite imagery and geospatial datasets with planetary-scale analysis capabilities and makes it ...
Read more >
How to Create Coronavirus Dashboards with Maps ... - YouTube
This video shows how to make coronavirus dashboards with maps and charts using free and open source tools and data.
Read more >
Living Atlas of the World | ArcGIS
ArcGIS Living Atlas of the World is the foremost collection of geographic information from around the globe. It includes maps, apps, and data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found