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
1/ Post exactly 100 instances of a temporal entity.
2/ Using a temporal query to retrieve them.
Result : Http code 206. The body contains the 100 instances.
3/ Use the value provided in the content-range in order to get the next page of results.
Result: Http code 200. The body is an empty array.
Expected behaviour: the first query should have returned a 200 http code.
The text was updated successfully, but these errors were encountered:
Hi, how many instances of the entity did you receive in the 206 response? And was the entity present before you posted the 100 instances? Because the default limit is 100, if you have created the entity and then posted 100 instances, 101 exist and pagination will be applied.
Tested with Mintaka 0.5.40 and 0.6.0
1/ Post exactly 100 instances of a temporal entity.
2/ Using a temporal query to retrieve them.
Result : Http code 206. The body contains the 100 instances.
3/ Use the value provided in the content-range in order to get the next page of results.
Result: Http code 200. The body is an empty array.
Expected behaviour: the first query should have returned a 200 http code.
The text was updated successfully, but these errors were encountered: