Sorry if this is really obvious, but I'm at a loss. How do I search for a string that is a subset of a value? For example, if:
{"_default": {"1": {"symbol": "GKOS", "strat": "strat01_mr", "id": "strat01_mr_2018-12-28T20:30:24.995541+00:00"}}}
How do I search to return any document that has a "id" value beginning with "strat01"?