|
|
I would like to design a search screen (like many that exist already) but with an additional feature of being able to do a multiple simultaneous search on party / role
More specifically, I need to create a form which searches against the WorkEffortPartyAssignment for multiple parties and their roles. I click a "+" to add a new party/role input boxes.
For example, I search for foo with role analyst AND bar with role owner. Is there any way to implement this without heavy jQuery / FTL scripting? And how I can fill the context with these names BEFORE searching?
|