Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Add support to join queries by naming table. #86

Open
Waseem-Almoliky opened this issue Nov 9, 2022 · 0 comments
Open

Add support to join queries by naming table. #86

Waseem-Almoliky opened this issue Nov 9, 2022 · 0 comments

Comments

@Waseem-Almoliky
Copy link

objects be like
rules

[{
 "id":"id",
 "label":"id",
 "type":"numeric",
 "table":"companies"
}]

query

{
 "logicalOperator":"all",
 "children": [{
   "type":"query-builder-rule",
   "query": {
    "rule":"id",
    "selectedOperator":"<",
    "selectedOperand":"id",
    "value":"30",
    "table":"companies"
   }
  }]
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant