Is your feature request related to a problem? Please describe.
Currently it is only possible to enter ISBN as a search parameter. This leads to users having to know the exact ISBN in order to return a result in an API call
Describe the solution you'd like
It would be useful if, at the very least, author and title were parameters to search on. For example, searching for an author's name would return all records for that author. Searching for a title would be similar to the ISBN search. Useful to have fuzzy logic on the title search to mitigate exclusions of "the", "a" etc.
Describe alternatives you've considered
In future, subject classifications and other criteria could be added, as well as the option to add multiple parameters to further narrow down results.
Additional context
Is your feature request related to a problem? Please describe.
Currently it is only possible to enter ISBN as a search parameter. This leads to users having to know the exact ISBN in order to return a result in an API call
Describe the solution you'd like
It would be useful if, at the very least, author and title were parameters to search on. For example, searching for an author's name would return all records for that author. Searching for a title would be similar to the ISBN search. Useful to have fuzzy logic on the title search to mitigate exclusions of "the", "a" etc.
Describe alternatives you've considered
In future, subject classifications and other criteria could be added, as well as the option to add multiple parameters to further narrow down results.
Additional context