This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Add flatten
-function
#122
Labels
Enhancement
New feature or request
Comments
Related to #100. |
Will revisit after metafacture/metafacture-core#601. |
TobiasNx
added a commit
that referenced
this issue
Mar 2, 2022
TobiasNx
added a commit
that referenced
this issue
Mar 3, 2022
blackwinter
added a commit
that referenced
this issue
Jul 12, 2022
TobiasNx
added a commit
that referenced
this issue
Jul 15, 2022
TobiasNx
added a commit
that referenced
this issue
Jul 15, 2022
Repository owner
moved this from Review
to Done
in Metafacture
Jul 15, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Flatten is not added as function.
It can be helpful if we have an array of keywords with some keywords connected and some tokenized.
in:
If we would split the third keyword we would (which we cannot at the moment) we would get an array in an array. Then
flatten
would be nice.result (does not work yet because of the asterisk-problem with spli-field):
should:
See test-scenario:
https://github.com/TobiasNx/fix-FunctionalReview-Testing/tree/master/data/testing/flattening
The text was updated successfully, but these errors were encountered: