-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I used the API /api/v1/client/search with a payload like the following:
{
"filters": [{
"field": "ALL",
"value": "key1 key2"
}],
"live": false,
"sort": {
"field": "title",
"mode": "asc"
},
"rows": "1000",
"start": "0",
"nodes": [92],
"euroVocFilter": {
"euroVoc": false,
"sourceLanguage": "",
"targetLanguages": []
}
}
Currently the search on key1 and key2 is always done in AND, reducing the number of results.
The API should give the possibility to search also with keys in OR.
Metadata
Metadata
Assignees
Labels
No labels