Changes between Initial Version and Version 1 of Ticket #27303, comment 23
- Timestamp:
- Oct 7, 2016, 11:10:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27303, comment 23
initial v1 1 That's a pretty terrifying API. 1 That's a pretty terrifying API. It strikes me as a lot of work on the author's part just to arrive at a behavior that people wanted anyway. At that point I would say we should consider creating a nojoin_filter().nojoin_filter() and chaining away. I also think that if we were going to make filters nested we should get something more out of that purchase, such as the ability to express things such as 2 3 Q(a=1)|Q((b=2|b=3|b=4)) 4 5 which I am not sure this approach buys us.