Open paoloczi opened 7 years ago
Be able to send several filters at once instead of doing each at a time and then doing the intersection.
For categorical queries, this capability is provided to some extent by the syntax for regular expressions.
Other complex queries can be implemented one step at a time, so this is an efficiency issue, not a functionality issue. Therefore postpone for now.
Be able to send several filters at once instead of doing each at a time and then doing the intersection.
For categorical queries, this capability is provided to some extent by the syntax for regular expressions.
Other complex queries can be implemented one step at a time, so this is an efficiency issue, not a functionality issue. Therefore postpone for now.