PASTAplus / DataPortal

EDI Data Portal
3 stars 3 forks source link

Add ability to search on Award Information in Advanced Search #121

Open rogerdahl opened 6 months ago

rogerdahl commented 6 months ago

Usecase: Update search UX/UI with new fields #19

E.g.,

https://portal-s.edirepository.org/nis/metadataviewer?packageid=cos-spu.10.1

image

Maybe here?

image

servilla commented 6 months ago

this UI change will require:

  1. codifying the collection of the award element content and adding to Solr indexer: see here src/edu/lternet/pasta/datapackagemanager/solr/index/SolrIndex.java
  2. re-indexing all PASTA data packages into Solr: see here src/edu/lternet/pasta/datapackagemanager/solr/index/BatchIndex.java