bookwyrm/bookwyrm/connectors
Mouse Reeve 0adda36da7 Remove search endpoints from Connector
Instead of having individual search functions that make individual
requests, the connectors will always be searched asynchronously
together. The process_seach_response combines the parse and format
functions, which could probably be merged into one over-rideable
function.

The current to-do on this is to remove Inventaire search results that
are below the confidence threshhold after search, which used to happen
in the `search` function.
2022-05-30 10:37:24 -07:00
..
__init__.py Removes local connector 2021-09-14 15:26:36 -07:00
abstract_connector.py Remove search endpoints from Connector 2022-05-30 10:37:24 -07:00
bookwyrm_connector.py Fixes circular import 2021-09-16 11:30:04 -07:00
connector_manager.py Remove search endpoints from Connector 2022-05-30 10:37:24 -07:00
format_mappings.py Infer format in openlibrary import 2021-09-29 12:21:19 -07:00
inventaire.py Remove search endpoints from Connector 2022-05-30 10:37:24 -07:00
openlibrary.py Extract wikipedia and inventaire ids 2022-01-30 12:02:18 -08:00
openlibrary_languages.py Runs black 2021-03-08 08:49:10 -08:00
settings.py Updates connector tests 2021-09-30 11:33:04 -07:00