zotero / translation-server

A Node.js-based server to run Zotero translators
Other
123 stars 52 forks source link

How to use text search #137

Closed jovrtn closed 2 years ago

jovrtn commented 2 years ago

Not sure if there's a better support forum for this, but not sure how to get text search to work when building the Docker image. Any strings I POST to the /search endpoint all come back with No identifier found. I was expecting similar results to what the endpoint zbib.org uses: https://t0guvf0w17.execute-api.us-east-1.amazonaws.com/Prod/search (assuming it's running a version of this translation server).

Any help would be appreciated. Thanks!

dstillman commented 2 years ago

Sorry, text search isn't part of the public functionality — it requires various resources and processes we're not able to make available.

jovrtn commented 2 years ago

Is there any documentation available on the "various resources and processes" needed to make this work, assuming they were supplied/managed by someone implementing the translation server rather than a central provider?