earthcubearchitecture-project418 / services

RPC services package for Project 418
0 stars 2 forks source link

Inconsistency of index neotoma and csdco #10

Closed ericlingerfelt closed 6 years ago

ericlingerfelt commented 6 years ago

@fils

The typeahead providers return an index of "csdco" for Neotoma but the text search call uses "neotoma" for the index. Please take a look.

Thanks!

ericlingerfelt commented 6 years ago

@fils

Maybe its the typeahead call? CSDCO and Neotoma entries are mixed.

[{"name":"OpenCore","description":"Open Core Data","index":"ocd"},{"name":"BCO-DMO","description":"Biological and Chemical Oceanography Data Management Office","index":"bcodmo"},{"name":"LinkedEarth","description":"EARTHCUBE Linked Earth Building Block","index":"linkedearth"},{"name":"IEDA","description":"Interdisciplinary Earth Data Alliance ","index":"ieda"},{"name":"EarthCube RWG","description":"EarthCube Council of Data Facilities Registry Working Group","index":"rwg"},{"name":"CSDCO","description":"Neotoma","index":"csdco"}]

ericlingerfelt commented 6 years ago

I put in a stub using separate entries for neotoma and csdco on the IO module for now for the typeahead call.

fils commented 6 years ago

Closed with fix