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
For objects like {"a":{}, "b":[]} the object should be searchable with queries like a:* or b:*, but the current version of clp-s fails to return the object for such queries (with one exception).
The issue is most likely a problem with schema matching. The only case that works at the moment is that b:* will correctly return the object when array structurization is disabled.
CLP version
0.1.2
Environment
Current version of clp package.
Reproduction steps
Ingest a JSON object containing an empty JSON object field and attempt to retrieve it using search.
The text was updated successfully, but these errors were encountered:
Bug
For objects like
{"a":{}, "b":[]}
the object should be searchable with queries likea:*
orb:*
, but the current version of clp-s fails to return the object for such queries (with one exception).The issue is most likely a problem with schema matching. The only case that works at the moment is that
b:*
will correctly return the object when array structurization is disabled.CLP version
0.1.2
Environment
Current version of clp package.
Reproduction steps
Ingest a JSON object containing an empty JSON object field and attempt to retrieve it using search.
The text was updated successfully, but these errors were encountered: