mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
[CST-6056] Fix issue with authority suggestion by adding the filter query in the input suggestion object
This commit is contained in:
@@ -7,6 +7,14 @@ export interface InputSuggestion {
|
||||
*/
|
||||
displayValue: string;
|
||||
|
||||
/**
|
||||
* The search query that can be used with filter suggestion.
|
||||
* It contains the value within the operator :
|
||||
* - value,equals
|
||||
* - value,authority
|
||||
*/
|
||||
query?: string;
|
||||
|
||||
/**
|
||||
* The actual value of the suggestion
|
||||
*/
|
||||
|
Reference in New Issue
Block a user