Actions
Bug #2358
closedID search doesn't work
Start date:
2024-10-09
Estimated time:
Found in version:
Updated by Alexander Watzinger 2 months ago
- Status changed from New to Assigned
- Assignee set to Olivia Reichl
- Target version set to 0.7.0
- Found in version set to 0.6.0
Updated by Olivia Reichl 2 months ago
- Assignee changed from Olivia Reichl to Bernhard Koschiček-Krombholz
Updated by Bernhard Koschiček-Krombholz 2 months ago
- Related to Feature #2365: API 0.4.5 added
Updated by Bernhard Koschiček-Krombholz 2 months ago
- Assignee changed from Bernhard Koschiček-Krombholz to Olivia Reichl
I changed the search parameter in this way, that you can now use string numbers. If any other character is included, an error is thrown.
But I noticed that the request also uses the operator like. This is not available for any ID searches. For ID searches like entityID, typeID, valueTypeID or typeIDWithSubs you can only use equal or notEqual. In the new OpenAPI/Swagger definition (0.4.5a) I made a table, which operator is available for which category.
Since the dev-demo is on another version than the original develop, I will ask Alex to update the demo-dev.
Actions