[develop | DONE | REMOVED] : criteria-utils: comment out publicationyear option until integer value operators are available
This commit is contained in:
parent
4147ffca98
commit
1003382304
|
@ -12,7 +12,7 @@ export class CriteriaUtils {
|
||||||
{value: 'fos', label: 'Field of Science'},
|
{value: 'fos', label: 'Field of Science'},
|
||||||
{value: 'sdg', label: 'SDG'},
|
{value: 'sdg', label: 'SDG'},
|
||||||
{value: 'publisher', label: 'Publisher'},
|
{value: 'publisher', label: 'Publisher'},
|
||||||
{value: 'publicationyear', label: 'Publication Year'}
|
/*{value: 'publicationyear', label: 'Publication Year'}*/
|
||||||
]
|
]
|
||||||
|
|
||||||
public readonly verbs: Option[] = [
|
public readonly verbs: Option[] = [
|
||||||
|
|
Loading…
Reference in New Issue