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
Currently, query only allows fields that are mapped to their own columns. Fields that are mapped to sparse columns cannot be used in query expressions. This restriction is ok for now, since there is no way to push the query to the back end.
But in future, it will be possible to create query expressions that include fields from the column with the sparse fields, by using the JSON functions in the server. It will even be possible to index some of the fields from the sparse columns.
The text was updated successfully, but these errors were encountered:
Currently, query only allows fields that are mapped to their own columns. Fields that are mapped to sparse columns cannot be used in query expressions. This restriction is ok for now, since there is no way to push the query to the back end.
But in future, it will be possible to create query expressions that include fields from the column with the sparse fields, by using the JSON functions in the server. It will even be possible to index some of the fields from the sparse columns.
The text was updated successfully, but these errors were encountered: