Actions
Feature #1600
closedAPI: Search for values in value types
Start date:
2021-07-13
Estimated time:
Description
It would be preferable, if it is possible, to search for the values of a value type.
Since, from the backend view, it is quite resource heavy (all entities need to get their links first), we have to thing about a faster implementation.
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Start date changed from 2021-11-08 to 2021-07-13
- Follows Feature #1546: API: New search parameter added
Updated by Bernhard Koschiček-Krombholz almost 3 years ago
- Status changed from Acknowledged to Closed
- Target version changed from 208 to 7.1.0
Is now included with valueTypeID. E.g.:
?search={"valueTypeID":[{"operator":"lesserThan","values":[(118165,54.1)],"logicalOperator":"or"}]}
As values, two valued Tuples are needed: (x,y). x is the type ID and y is the value to be searched. y can be an int or a float.
Actions