Closed drano closed 2 years ago
After call ExportSearchResultsAsync and this search not found data, I try to get a list of results with var results = searchResultStream.AsEnumerable().ToList()
var results = searchResultStream.AsEnumerable().ToList()
This error is raised: System.IO.InvalidDataException: Read where or was expected.
I am using package 2.2.5
@drano can you show us an example program that reproduces this issue?
After call ExportSearchResultsAsync and this search not found data, I try to get a list of results with
var results = searchResultStream.AsEnumerable().ToList()
This error is raised: System.IO.InvalidDataException: Read where or was expected.
I am using package 2.2.5