Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #349: Per-request query options are not preserved with the new …
…$batch execution Customer may retrieve the query from main request ($batch) that will create IQueryFeature into the Main HttpContext, Once created, it will cached in the main HttpContext. We should remove IQueryFeature and don't pass that to the sub request. Otherwise, the sub request query string will never be used.
- Loading branch information