Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Conversation

soedirgo
Copy link
Member

Adds support for OR filter like so:

client.from('countries').or('id.gt.20,and(name.eq.New Zealand,name.eq.France)')

Support for AND is not added because they're redundant with chaining filters.

Closes #44.

Adds support for OR filter like so:

client.from('countries').or('name.eq.New Zealand,name.eq.France')

Support for AND is not added because they're redundant with chaining filters.
@soedirgo soedirgo requested a review from kiwicopple July 27, 2020 06:58
@kiwicopple
Copy link
Member

Amazing work @soedirgo 🌮

@kiwicopple kiwicopple merged commit 3dbc6a4 into master Jul 27, 2020
@kiwicopple kiwicopple deleted the feat/or branch September 20, 2020 02:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement and() & or()

2 participants