Q: is there a way to disable limit of hits returne...
# community-help
r
Q: is there a way to disable limit of hits returned? I understand for pagination we can set the limit to a max of 250. Is there a way to forget about pagination, and just return ALL results?
j
@Radi Huq [engineeringblogs.io]@Radi Huq [engineeringblogs.io]@Radi Huq [engineeringblogs.io] Disabling pagination is not possible with the search endpoint, but you can use the documents export endpoint for this. The only restriction is that you can only use filter_by with this endpoint and not text based search.
Wonder why Slack at mentioned you multiple times (at least on my phone)
Could you describe your use case for not wanting pagination?
r
The use case is not wanting to implement pagination right now. There's a lot of edge cases to account for, and I don't think its the highest-leverage feature for my product atm documents export looks interesting but not exactly what I'm looking for. I'm looking to retrieve all results for query
q
I think I'll just bump pagination up the backlog haha