asclepias / asclepias-broker

Asclepias broker
https://asclepias-broker.readthedocs.io/en/latest/
MIT License
13 stars 12 forks source link

Dev: Implement recursive search for software based on Article metadata #96

Closed mubdi closed 2 years ago

mubdi commented 3 years ago

Using the metadata from articles, develop search for cited software entries from article entries.

mubdi commented 3 years ago

@mattiaswangblad has implemented a first version of this (see #98). Changes to be made to the Elasticsearch search methods for the three parameters:

Year: turning this into a range search Journal: keeping this a match search, but changing to fully lowercase Keyword: turning this into a Simple String Query search

mubdi commented 2 years ago

Now fully implemented as a metadata endpoint. Need to fully document the different terms.