0

Do you by any chance know how I should structure my search to access the 'a', 'b', 'c' in the following:

{"_default": {"1": {"Pc": "2429546524130460032", "Pf": "2429519276857919232", "Points": [{"P": "2428316170619108992", "a": "0.0690932185744956", "b": "2.6355498567408557", "c": "0.4369495787854096"}...

Where there are a total of 10 Points in several thousand objects (the "1" at the beginning is the first object). I am able to access "Pc" and "Pf", but if I try:

db.search(Point.Points['a'] == '0.0690932185744956' I get an empty set.

Thoughts?

pbhuter
  • 373
  • 1
  • 4
  • 17

0 Answers0