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
So I would expect that a query with a nil value in the SearchAfter works the same as a query with no SearchAfter. But when I pass a nil value I get a 500 error:
"error": "status: 500, failed: [search_phase_execution_exception], reason: all shards failed"
With the typeClient (v8) the SearchAfter takes a list of
types.FieldValue
where, according to the doc, a FieldValue is any of:So I would expect that a query with a
nil
value in theSearchAfter
works the same as a query with noSearchAfter
. But when I pass anil
value I get a 500 error:Code example:
The text was updated successfully, but these errors were encountered: