pushrbx

Results 70 comments of pushrbx

> for this would be the addition of the optional/additional data params I think we discussed something similar here: https://github.com/jikan-me/jikan-rest/issues/493

Hi @firmart , thanks for the feedback. The reason there is no pagination for these endpoints is a technical limitation. All of these endpoints are just scraping the relevant pages...

mongodb extension doesn't install on php 8.2 for some reason :thinking:

Hi @sawa-ko, You see this error when you have nothing in the search index or there are missing collections because you haven't loaded enough data yet. Please refer to the...

fyi we have an issue for changing this error message: https://github.com/jikan-me/jikan-rest/issues/478

Related issue: https://github.com/jikan-me/jikan-rest/issues/477

These changes seem to break the anime filtering and anime season logic. See tests for details. :worried:

Can you also add tests for the new endpoints please? :smile: I don't want to break them in the future :smile: Just add tests to the files with `0.00%` coverage...

Sometimes over time these resolve themselves, it's an issue with the cache used by the public api. We track that issue here: https://github.com/jikan-me/jikan-rest/issues/262 It's not an issue in the code...

There is a way to also disable in-built tokenization of typesense, and do the tokenization in php code instead with an ML model, if the characters are chinese: https://typesense.org/docs/guide/locale.html#advanced-tokenization-options