Forum Discussion
JimHarrison
4 years agoQrew Champion
It sounds like you're looking to search an array using a regex.
If the above is true, here are my 30 second thoughts for options:
1. maintain the order of the array and include nils or blanks
2. add processing to the pipeline to perform a search for each filter
I would say maintaining an ordered array with nils is the preferred method.
Do I know how? Nope.
Curious to hear what you discover and results.
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------
If the above is true, here are my 30 second thoughts for options:
1. maintain the order of the array and include nils or blanks
2. add processing to the pipeline to perform a search for each filter
I would say maintaining an ordered array with nils is the preferred method.
Do I know how? Nope.
Curious to hear what you discover and results.
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------
- QuincyAdam24 years agoQrew TraineeThanks Jim. I'll have to explore nils, but I'm not sure how to accomplish, since we're accepting a direct web hook from Woocommerce.
Adding a process to search through each filter is interesting, but I'm also not sure how to achieve that, since the documentation is very high level to this use case. I'll see what support can offer, but also wanted to past on the community since it's been helpful in the past. I'll follow-up if I get a solution.
------------------------------
Quincy Adam
------------------------------