Skip to content

Create Search Query should allow OR'ing conditons #228

Description

@DrewImm

Is your feature request related to a problem? Please describe.
Cannot OR queries, such as fname='Tom' OR fname='Bob'

Describe the solution you'd like

{
	"conditions": [
		{
			"where": {
				"fname": "Tom"
			}
		},
		{
			"conjuction": "or",
			"where": {
				"fname": "Bob"
			}
		}
	],
	"orderBy": {
		"fname": "desc"
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions