Project

General

Profile

Actions

Feature #1600

closed

API: Search for values in value types

Added by Bernhard Koschiček-Krombholz over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Category:
API
Target version:
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.


Related issues 1 (0 open1 closed)

Follows OpenAtlas - Feature #1546: API: New search parameterClosedBernhard Koschiček-Krombholz2021-07-12Actions
Actions #1

Updated by Bernhard Koschiček-Krombholz over 2 years ago

  • Start date changed from 2021-11-08 to 2021-07-13
  • Follows Feature #1546: API: New search parameter added
Actions #2

Updated by Bernhard Koschiček-Krombholz about 2 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

Also available in: Atom PDF