Regarding MetaSearch, I would like to extract "human" names from the search parameters. For example, when the params[:search] has non-blank values for the following:
- title_contains
- author_name_contains
I would like to extract:
- title
- author name
The end use would be to provide additional feedback to the user such as:
Results filtered on title and author name
I would like to use functions within the MetaSearch library to achieve this instead of re-developing the param parsing. While the above examples are simple in Ruby the MetaSearch parameter language can be expressive.
Thanks