Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Add ET_Filter to create more complex queries #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

janua
Copy link
Contributor

@janua janua commented Jan 7, 2016

Problem

When currently using ET_Get it is impossible to put a Complex filter inside a Complex filter. This makes writing actual complex queries useless as they won't work.

For example, I can't query all ListIds I want in one query by saying 123 or 456 or 789 or 999.

Rough example query

And(And(Or(A, B) C), D) which equates to D and (C and (B or A))

Fix

This adds ET_Filter which allows for more complex nested queries.

Now we can pass complex nested queries to ET_Get.

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.

1 participant