Feature #1600
closed
API: Search for values in value types
Added by Bernhard Koschiček-Krombholz almost 3 years ago.
Updated over 2 years ago.
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.
- Start date changed from 2021-11-08 to 2021-07-13
- Follows Feature #1546: API: New search parameter added
- 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.
Also available in: Atom
PDF