-
Hi there, I've used this library for a while now, but after taking a short break I've noticed there are changes within the search component. Before these changes it used to work with pages, which made searches limited but relatively quick. I'm not really sure how the new search works. I understand that by awaiting the foreach, iterating occurs in parallel, but that also makes it fairly difficult to limit the amount of results I want. Average search time has increased by literal minutes now, since I get roughly 600 results back. Any idea on how to limit my results to roughly 1 page with an IAsyncEnumerable, would be greatly appreciated. Thank you advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Never mind, I've found the answer after looking into the issue for a while longer. Somehow I've completely missed the existence of 'CollectAsync'. |
Beta Was this translation helpful? Give feedback.
Never mind, I've found the answer after looking into the issue for a while longer. Somehow I've completely missed the existence of 'CollectAsync'.