Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider reordering or refactoring prefilters to allow greater control #79

Open
dcneiner opened this issue Mar 18, 2013 · 0 comments
Open

Comments

@dcneiner
Copy link
Contributor

The current use case for having the data prefilter before the url parsing prefilter is that it would allow you to create temporary keys for use in the URL prefilter. If the URL prefilter runs first, it removes data and you cannot reuse those keys in the dataMap. However, I'd also like to see greater control over being able to turn off/replace prefilters easily without having to do anything crazy with amplify unsubscribe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant