Skip to content

[FEATURE-REQUEST] Allow searching complex nested relations #343

@Sgoettschkes

Description

@Sgoettschkes

We have complex schema relations and need to search fields only accessible after multiple joins. Example: current_resource.learner.user.email

Preferably, something like this should be possible:

def search_fields(_schema) do
    [
      :name,
      learner: [user: [:email]]
    ]
  end

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions