Skip to content

Item Search on other Catalog Items #7214

Answered by na9da
aclel asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aclel

There's one example here in DTV (had to tweak some config to get that working).

You can open the search dialog from the expand menu here:

This particular dataset only indexes numeric fields.

We have an opensource indexer for 3d-tiles and kml+gltf files. You can have a look at how that's implemented. Unfortunately we haven't implemented indexing for any other data types yet. There is some notes on the design of the index. It is basically a bunch of CSVs:

  • 1 results data file - maps an id property to its lat, lon position

  • 1 csv each for searchable properties - maps the id to prop value

  • and an indexRoot - json file describing the index structure

We would happily welcome an…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aclel
Comment options

Answer selected by aclel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants