Replies: 2 comments 1 reply
-
Hey there! Typesense server takes care of paginations for you if you need them. You can implement them in swift by adding the You can now use these as limit and offset to fetch more results at the end of scroll. Eg: set |
Beta Was this translation helpful? Give feedback.
-
Hi, Yes, that is how I did it. Thanks.
Now, in the SwiftUI version of the example, when you make a search and get some hits, you are able to scroll down through the results. In the UIKit version the scroll is stuck after you get some hits back. Regards. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have been testing the library and I can get hits from TypeSense server. Now, is there a way in the library to implement infinite scroll?
Regards.
Beta Was this translation helpful? Give feedback.
All reactions