[develop | DONE | ADDED] add two new fields in datasources selection criteria & advanced criteria
This commit is contained in:
parent
b4f01d1fd0
commit
7827d23088
|
@ -1 +1 @@
|
|||
Subproject commit 06a2ae16ee5576fec34cc1afad614eff45dc715d
|
||||
Subproject commit 3aff9ee76e9bd06ee6beffa660dbccde3eef2cd1
|
|
@ -10,7 +10,9 @@ export class CriteriaUtils {
|
|||
{value: 'description', label: 'Description'},
|
||||
{value: 'subject', label: 'Subject'},
|
||||
{value: 'fos', label: 'Field of Science'},
|
||||
{value: 'sdg', label: 'SDG'}
|
||||
{value: 'sdg', label: 'SDG'},
|
||||
{value: 'publisher', label: 'Publisher'},
|
||||
{value: 'publicationyear', label: 'Publication Year'}
|
||||
]
|
||||
|
||||
public readonly verbs: Option[] = [
|
||||
|
|
Loading…
Reference in New Issue