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

Fixing xpath-filter pageUrlFilterRegex #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Drewch
Copy link

@Drewch Drewch commented Aug 29, 2013

Changing the regex filter xml attribute name from urlFilterRegex to
pageUrlFilterRegex to match the documentation.

Fixes #6

Andrew McNamara added 3 commits August 29, 2013 12:58
Changing the regex filter xml attribute name from urlFilterRegex to
pageUrlFilterRegex to match the documentation.
In the initial implementation, you could not have a property field with the same name as another property field in a different property list. It would incorrectly assume that the field should be put in twice. Adding an id to each property, and prepending each property field's name with the id separated by a delimiter allows for proper separation between the property lists.
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

Successfully merging this pull request may close these issues.

xpath-filter: pageUrlFilterRegex is broken due to misconfigured name
2 participants