Using quicksearch plugin, can I run advanced search options?

Using quicksearch plugin, can I run advanced search options?

The quicksearch plugin ( https://github.com/riklomas/quicksearch) allows me to filter table data based on input into a textbox. I have implemented it successfully, but I two questions:
 
1. How do you search on only one column? Suppose I have two columns Name and Address. I'm getting too many results in the address field for search term "smith" and I only want to search on the name field. How do I do this at runtime?
 
2. Is there a way to search an exact phrase? Enclosing my search term in double-quotes doesn't work.