momentum-xyz / ubercontroller

New controller
GNU Affero General Public License v3.0
9 stars 1 forks source link

feat(api): optional filters on object_user attr list #245

Closed jor-rit closed 1 year ago

jor-rit commented 1 year ago

Optionally allow query params to filter the result. The name of the query params has to be in the fields[] list.

Limitation is that it currently only supports a string/text equality comparison of the json value.