ArchiveLabs / ArchiveLabs/api.archivelab.org
Fulltext-search broken for individual-book search-inside
Open
- Dominant language
- Python
- Stars
- 40
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.