forked from mirrors/bookwyrm
0adda36da7
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. |
||
---|---|---|
.. | ||
__init__.py | ||
abstract_connector.py | ||
bookwyrm_connector.py | ||
connector_manager.py | ||
format_mappings.py | ||
inventaire.py | ||
openlibrary.py | ||
openlibrary_languages.py | ||
settings.py |