I have a data structure that is
Requirement
___list of acceptance criteria
______acceptance criteria : text
Im making filters for the requirements based on a contains search of the acceptance criteria’s acceptance criteria field.
this requirements acceptance criteria :each items acceptance criteria contains index input search acceptance criterias value
In the workflow I have this step
The problem Im having is that the contains is only doing exact matches.
If I search for foo, and the acceptance criteria is foo it works. If the acceptance criteria is foo bar then it doesnt match. If I search for foo bar then the requirement matches.
If one acceptance criteria has bar and the other has foo, and the search is for foo, then the requirement is correctly retained in the list.
Is this a bug? Am I using contains incorrectly? Is there an alternate way to do this?
It is so close…