BibMatch: using logical fields in querystrings
- Added the functionality to allow use of predefined logical fields, like 'author' and 'title', in querystrings. I.e -q 'title||author' will match with the logical fields instead of physical MARC tags in mind. (closes #202)
- Cleaned up and removed some unused variables.
- Updated documentation and added regression test.