You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add wildcard parameter
* update unit tests from 1d232fb
* unit tests
* format
* update docs
* update docs with examples
* changelog
* rename changelog
* bugfix and finds_row_with_wildcard without index
* use Value instead of String
* reset row_equals matching wildcard logic
* f
* update indexed signature only
* fix composite hash key bug in indexed
* revert accidental name cahnge
* cargo format
* update example title to wildcard match
* 3 sections for searching enrichment table
* indexed_with_wildcard
* cargo fmt
* run ./website/scripts/cue.sh fmt
* fix
* fix docs
---------
Co-authored-by: Pavlos Rontidis <[email protected]>
The [enrichment functions](https://vector.dev/docs/reference/vrl/functions/#enrichment-functions) now support an optional wildcard parameter where a match will succeed if the field value equals either the wildcard or the actual comparison value.
0 commit comments