We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
||
Context: #437
Given the following URL:
https://www.bing.com/maps/geotfe/comp/stl?v=9.26&og=2550&idx=524&oidjs=&features=ci
it is not obvious why this rules matches ...
||www.bing.com/maps/geotfe
... but this does not (without leading ||):
www.bing.com/maps/geotfe
In my understanding, both rules should match. I also did match after adding $1p or $3p to the rule (e.g. www.bing.com/maps/geotfe$3p).
$1p
$3p
www.bing.com/maps/geotfe$3p
Could be a misunderstanding of mine, but it could also be a bug in the matching logic.
The text was updated successfully, but these errors were encountered:
seia-soto
No branches or pull requests
Context: #437
Given the following URL:
it is not obvious why this rules matches ...
... but this does not (without leading
||
):In my understanding, both rules should match. I also did match after adding
$1p
or$3p
to the rule (e.g.www.bing.com/maps/geotfe$3p
).Could be a misunderstanding of mine, but it could also be a bug in the matching logic.
The text was updated successfully, but these errors were encountered: