-
-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
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
🐛 [HOSTED] Generated Issue: ObjectNotFound #477
Comments
@itsTKRaz you need to run the indexer first, so you would have data in typesense. |
I've created a new issue to address this: #478 |
I feel like a lot of the documentation is unclear in regards to this, which made no mention of running the indexer. And some of the links in the wiki give 404 errors. To fill the data in typesense and, is this the required command to run, just to clarify? |
I've already answered somewhat on discord: https://discord.com/channels/460491088004907029/1200149578406703236/1200235685727195166 Just to elaborate a bit more, and to make a note for myself of "missing things from docs":
php artisan indexer:anime
php artisan indexer:manga
php artisan indexer:common
php artisan indexer:genres
php artisan indexer:producers
|
Is there an existing issue for this?
Current Behavior
The API has returned an error:
Typesense\Exceptions\ObjectNotFound
Status code:
0
Message:
Could not find a field named `rank` in the schema for sorting.
Trace:
/var/www/vendor/typesense/typesense-php/src/ApiCall.php on line 348
Expected Behavior
The API should have returned a successful response with data.
Steps To Reproduce
Http Request: `GET /v4/anime?q=Elfen+Lied&page=1
Environment
Anything else?
N/A
The text was updated successfully, but these errors were encountered: