Bool Filter Percolator based on phrases

I would like to create some percolators. Its prob just easier if I explain how im trying to get it to work.

On my app there are channels so for example "breaking bad" has a channel and I would like to make a percolator for that Breaking Bad channel that that filters for the phrases such as "breaking bad" , "#breakingbad" , "Walter White" or "Jessie Pinkman"

so that when a user posts a new update if it has ANY of those PHRASES it gets tagged with the breaking bad channel automatically, but im having trouble finding any such example of percolators + filters + bool queries for phrases.