Skip to content
New issue

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

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

Already on GitHub? # to your account

New path properties presentation option for same-path visits with query strings #178

Merged
merged 2 commits into from
Jul 21, 2021

Conversation

jayohms
Copy link
Collaborator

@jayohms jayohms commented Jul 21, 2021

Addresses: #157

The (new) default behavior will no longer ignore query strings to evaluate if locations are the same. To use the previous behavior, use the new query_string_presentation path configuration option:

{
  "patterns": [
    "/feature"
  ],
  "properties": {
    "query_string_presentation": "replace"
  }
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant