Feature #1546
API: New search parameter
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.
Related issues
History
Updated by Bernhard Koschiček-Krombholz over 1 year ago
- Related to Feature #1545: API: Filter entities by types added
Updated by Bernhard Koschiček-Krombholz over 1 year ago
- Blocks Feature #1491: API: CSV export for network analysis added
Updated by Bernhard Koschiček-Krombholz over 1 year 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 1 year ago
- Precedes Feature #1599: API: Search parameter include all subtypes added
Updated by Bernhard Koschiček-Krombholz about 1 year ago
- Precedes Feature #1600: API: Search for values in value types added
Updated by Bernhard Koschiček-Krombholz about 1 year ago
- Status changed from In Progress to Resolved
Feature with tests are done. Waiting for code review and allowance to merge into develop.