Discussing Typesense's 250 Limit on Job Portal
TLDR Md suggested increasing the 250 limit for Typesense on their job portal. Kishore Nallan explained why this limit is important and necessary.

Jan 15, 2023 (8 months ago)
Md
06:01 PMRecently integrated on our job portal https://skill.jobs/browse-jobs
Where the IDs collected from typesense are converted into django queryset. But It could have been better if the limit is flexible. Or any better suggestions are highly appreciated.
Jan 16, 2023 (8 months ago)
Kishore Nallan
03:33 PMMd
04:14 PM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Discussing Typesense 250 Items Per Page Limit and Possible Solutions
Bruno had concerns about Typesense's 250 items per page limit affecting data retrieval and table pivoting. Jason confirmed the limit application occurs after grouping and suggested multi-search as a workaround.

Increasing `per_page` limit in typesense code
Robert asked about raising the `per_page` limit in typesense code. Kishore Nallan explained that while it can be increased, it would slow down search speeds. The limit is set for compiler optimizations.
Fetching More than 250 Items and Grouping Limit in Typesense
Fernando asked how to fetch more than 250 items per page in Typesense. Jason suggested using a multi-search request to fetch multiple pages at once. They also discussed the `group_limit` issue in another thread.