The title pretty much says it. I'm searching movies using the discovery method and with_genre parameter. The genre currently has total_pages: 20, total_results: 384. When I query the FIRST PAGE it only returns 19 results, the other pages return the correct amount of 20. Don't know if this is happening with other genres I only tried this one.
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ فوریه 26, 2015 ساعت 6:40 ب.ض
Hi racainch,
This usually happens when an item has been removed from the DB but then left behind in either the cache or ElasticSearch. I'm not sure which in this case, but that's the reason for it.
پاسخ توسط racainch
در تاریخ فوریه 26, 2015 ساعت 7:51 ب.ض
Ok, thanks for the info, I've manage to make a work around in my app for this. ;)