SamuKata
ReaverCelty
ReaverCelty

patreon


New Update

Happy Halloween everyone!

Today I shipped a thicc update that addresses a lot of backend build up that occurred while adding features over the last, like, year.

Improved Stuff

New Stuff

Notes on API Endpoints

The new search endpoint yields a relevance column. The higher the relevance, the more relevant the result should be.

Searching waifus is particularly difficult, and I'm working on some good ideas to help get it both performant and yield what users want. However, searching for just a name like sakura is incredibly difficult sort by so many mechanics that make sense. We know it should be sorted by the name, but when partial matches occur relevance via the input should take a backseat to relevance via popularity. Searching for a single name should prioritize the first name but that also is difficult to do for generics like "Rin". Searching for two words should assume they are wanting matches on both, but since the format could be family name + given name or given name + family name it gets messy. I had hoped that by the time I wanted to improve this things like Algolia would be much cheaper but that is not the case. I just don't like it. So stay tuned or more tweaks to it.

I will be publishing the official API docs update soon.

Upcoming Cleanups

Also, please head to https://mywaifulist.moe/vote to get the limited time achievement.

New Update

More Creators