You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently the "scan" helper, which is built on top of scroll, but since scroll is not recommended any more,
should this not be built on top of search after? Or could there be a helper to allow users to easily retrieve all search
results in the proper order without having to deal with all those underlying implementation details of PIT, sort etc?
The text was updated successfully, but these errors were encountered:
Hey there, I took the existing code for the scan helper, and re-wrote it using the point in time API.
Here's a gist of the finished helper: scan_pit.py
Haven't tested it extensively, only on my own setup and a couple of searches and it works similarly to what scan did (which was my intention).
Let me know if I can make a pull request to add this to the repo. Otherwise feel free to use it 😀
There is currently the "scan" helper, which is built on top of scroll, but since scroll is not recommended any more,
should this not be built on top of search after? Or could there be a helper to allow users to easily retrieve all search
results in the proper order without having to deal with all those underlying implementation details of PIT, sort etc?
The text was updated successfully, but these errors were encountered: