jspuij / RESTier

A turn-key library for building RESTful services
http://odata.github.io/RESTier
Other
2 stars 0 forks source link

Filtering rename to processing #40

Open jspuij opened 3 years ago

jspuij commented 3 years ago

In commit 38cd5a68520f78365f7b3b646814e99a5aac5846 filtering was renamed to processing after an API review. However the "processors" still have a short circuit in a sense that if any processor actually changes the expression, the chain is bypassed for the rest of the processors. This makes some sense in the case of filtering, but not really in the case of processing. Is this a naming issue or does the short circuit need to be removed from all processors.