Skip to content

Feature/api filtering related records

Josh Smith requested to merge feature/api_filtering_related_records into master

API related record filtering

What I did

  • Implemented filtering of related records.

Implications

None known, although parameters are converted from table.field to table_field.

Setup

None.

How to test

  • Load an API endpoint with related tables already setup.
  • Test filtering of related records using table.field=x syntax in the URL.
  • Test filtering of actual table, combined with related records.
  • Test combinations of no filtering.

Note: I resolved conflicts by eye, and don't have ZON setup on my machine, so definitely needs testing!!

Task: None

Merge request reports