terriajs icon indicating copy to clipboard operation
terriajs copied to clipboard

Very slow data catalog search

Open stevage opened this issue 8 years ago • 2 comments

I just searched for "gross domestic" in preview.nationalmap.terria.io and it took over 9 minutes to complete, in Chrome with dev tools open. In that whole time, there was no feedback provided to the user other than the spinning flower thing.

I know we're already aware that search is slow, so this is more of a reminder that it's really slow.

stevage avatar Jun 29 '16 07:06 stevage

Implementation using MAGDA as backend

AnaBelgun avatar Apr 20 '18 01:04 AnaBelgun

We now have CatalogIndex which can be used to generate an index of the catalog for fast searching

See

  • https://github.com/TerriaJS/terriajs/blob/main/doc/customizing/client-side-config.md#catalogindex
  • https://github.com/TerriaJS/terriajs/blob/main/buildprocess/generateCatalogIndex.ts

nf-s avatar Jun 05 '22 05:06 nf-s