Stop an ongoing search via SDK
Stop an ongoing search via SDK
If I end up with a search started using the current SDK, which is taking too long, is there a way to stop the process, and only have the results obtained up to that point?
Re: Stop an ongoing search via SDK
Everything tracks IPC queries by reply window handle.
The easiest way to cancel a long search is to send another query with the same reply window handle.
The new query will cancel the old query.
To cancel a query:
Send Everything a new query with the search: nothing:
Wait for the results, they should be instant.
The easiest way to cancel a long search is to send another query with the same reply window handle.
The new query will cancel the old query.
To cancel a query:
Send Everything a new query with the search: nothing:
Wait for the results, they should be instant.
Re: Stop an ongoing search via SDK
Yes.
The nothing: search function doesn't exist in Everything 1.4.
It will still match nothing.
The nothing: search function doesn't exist in Everything 1.4.
It will still match nothing.
Re: Stop an ongoing search via SDK
Thanks void, good to know.
Kudos for your hard work and premier tech support.
Kudos for your hard work and premier tech support.