I started to test on my side, but to have the ability to add a select filter for [author, title (literal), title (contains), isbn]. The issues when searching for something like "Treasure Island" returns everything BUT the book I am looking for. Looking over the API structure, it appears that the filters could coincide with the queries below:
AUTHOR
https://openlibrary.org/search.json?author=tolkien&sort=new
LITERAL
https://openlibrary.org/search.json?title=the+lord+of+the+rings
CONTAINS
https://openlibrary.org/search.json?q=the+lord+of+the+rings
Additionally, as nice as it is to return the searches in real-time, would having a submit button after typing help with not potentially hitting an API ratelimit with open library?
I started to test on my side, but to have the ability to add a select filter for [author, title (literal), title (contains), isbn]. The issues when searching for something like "Treasure Island" returns everything BUT the book I am looking for. Looking over the API structure, it appears that the filters could coincide with the queries below:
Additionally, as nice as it is to return the searches in real-time, would having a submit button after typing help with not potentially hitting an API ratelimit with open library?