We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This endpoint still works: https://api.archivelab.org/search/books?q=test&fields=names,ids,hits&collections=texts (searches across all books)
However the https://api.archivelab.org/books/{user_id}/searchinside?q=test endpoint needs to be fixed.
This uses: https://github.com/ArchiveLabs/api.archivelab.org/blob/master/server/api/archive.py#L80
And I believe @rchrd2 mentioned this endpoint may have changed slightly.
The text was updated successfully, but these errors were encountered:
rchrd2
mekarpeles
No branches or pull requests
This endpoint still works:
https://api.archivelab.org/search/books?q=test&fields=names,ids,hits&collections=texts (searches across all books)
However the https://api.archivelab.org/books/{user_id}/searchinside?q=test endpoint needs to be fixed.
This uses:
https://github.com/ArchiveLabs/api.archivelab.org/blob/master/server/api/archive.py#L80
And I believe @rchrd2 mentioned this endpoint may have changed slightly.
The text was updated successfully, but these errors were encountered: