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
Describe the bug
Missing fields when using JSET to update
To Reproduce
SET sup-gojek test POINT 106.66329051644803 10.769453594179312
JSET sup-gojek test info dpv
FSET sup-gojek test info-field 1
GET sup-gojek test withfields -> {"ok":true,"object":{"type":"Point","coordinates":[10.769453594179312,106.66329051644803],"info":"dpv"},"fields":{"info-field":1},"elapsed":"15.554µs"}
JSET sup-gojek test info dpvUpdated
GET sup-gojek test withfields -> {"ok":true,"object":{"type":"Point","coordinates":[10.769453594179312,106.66329051644803],"info":"dpvUpdated"},"elapsed":"15.554µs"}Missing fields
Expected behavior
Same the old version (1.29.2), the fields should be returned
Logs
Version 1.30.2
Version 1.29.2
Operating System (please complete the following information):
OS: Linux
CPU: amd64
Version: 1.30.2
Container: Docker
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Missing fields when using JSET to update
To Reproduce
{"ok":true,"object":{"type":"Point","coordinates":[10.769453594179312,106.66329051644803],"info":"dpv"},"fields":{"info-field":1},"elapsed":"15.554µs"}
{"ok":true,"object":{"type":"Point","coordinates":[10.769453594179312,106.66329051644803],"info":"dpvUpdated"},"elapsed":"15.554µs"}
Missing fieldsExpected behavior
Same the old version (1.29.2), the fields should be returned
Logs
Version 1.30.2
Version 1.29.2
Operating System (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: