I have implemented a search dialog as is explained http://developer.android.com/guide/topics/search/index.html.
What I currently have is a search dialog that will search through all books on my app. What I want is a way to let the user search through all books or just one specific book. Is it possible to create a custom search dialog that will do this for me? What I've thought of doing is have the basic search dialog and once that search is executed, have a drop down of ways to filter the search. However, it would be nice to be able to select the filter before the search is executed.