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

Clarify match comparisson for filters #468

Closed
cgzones opened this issue Nov 26, 2023 · 0 comments
Closed

Clarify match comparisson for filters #468

cgzones opened this issue Nov 26, 2023 · 0 comments

Comments

@cgzones
Copy link
Contributor

cgzones commented Nov 26, 2023

The documentation for filter configurations makes use of the verb match, e.g.:

filename(name): match in the file name

From the code it seems the underlying operation is zend_string_equals(), so an actual equality.
Can you clarify that an actual equality is checked and not a (regex-light) word search, i.e. foo will not match on foobar.

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