Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot filter lists using child doctype #60

Open
nabilshuja opened this issue Jan 26, 2022 · 0 comments
Open

Cannot filter lists using child doctype #60

nabilshuja opened this issue Jan 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nabilshuja
Copy link
Member

nabilshuja commented Jan 26, 2022

Frappe allows getting a list of Doctype with filters applied on Child Doctype.
For example, address here could be filtered using Dynamic Link
image

Ideally I believe, DBFilterInput could allow input of doctype option that is non-mandatory. Which would be manipulated purposefully for filter usage..

input DBFilterInput {
  doctype: String
  fieldname: String!
  operator: DBFilterOperator
  value: String!
}
@e-lobo e-lobo added the enhancement New feature or request label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants