[develop | DONE | REMOVED] : criteria-utils: comment out publicationyear option until integer value operators are available

This commit is contained in:
argirok 2024-01-19 11:08:08 +02:00
parent 4147ffca98
commit 1003382304
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = [