Actions
Feature #1546
closedAPI: New search parameter
Start date:
2021-07-12
Estimated time:
Description
The filter parameter is a way to manipulate directly the SQL query. This was useful at the beginning, where the API was quite slow. Since a complete refactor of the API, it is possible to filter against the whole entity object, not only the database columns. Also, the sort mechanism can be redone to cover more use cases.
Since this search method will use the database.entity SQL request and not the database.api request it will NOT be available in v0.2. A new version of the API will be released prior to version 7.0.0. However, this will version is not complete and not wholly documented. This is advanced because of frontend development needs.
Updated by Bernhard Koschiček-Krombholz over 3 years ago
- Related to Feature #1545: API: Filter entities by types added
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Blocks Feature #1491: API: CSV export for network analysis added
Updated by Alexander Watzinger about 3 years ago
- Status changed from New to Assigned
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Target version changed from 208 to 6.6.0
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Subject changed from API: Overall refactor of API parameters to API: New search parameter
- Description updated (diff)
- Status changed from Assigned to In Progress
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Precedes Feature #1599: API: Search parameter include all subtypes added
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Precedes Feature #1600: API: Search for values in value types added
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Status changed from In Progress to Resolved
Feature with tests are done. Waiting for code review and allowance to merge into develop.
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Status changed from Resolved to Closed
Actions