Description
Basic search functionality: Boolean logic for searching with multiple words or phrases
What are you trying to achieve
We need to find multiple items by their internal ID. Using a filter is not practical as users want to copy and paste a list of IDs into the main board’s Search field.
Boolean OR searches could be implemented on a basic white space split approach, and more complex logic could be achieved with the use of OR and AND keywords with brackets.
Search is of vital importance to a productive workflow, and imprecise results lead to confusion and a lack of trust.