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
The QueryFunctionsDescriptor fields() method does not return the correct fields for certain functions.
While most query functions are removed from the query tree almost immediately by the QueryOptionsFromQueryVisitor, several functions will remain in the query tree. Notably the includeText function explicitly supports multiple fields.
The text was updated successfully, but these errors were encountered:
The QueryFunctionsDescriptor
fields()
method does not return the correct fields for certain functions.While most query functions are removed from the query tree almost immediately by the QueryOptionsFromQueryVisitor, several functions will remain in the query tree. Notably the
includeText
function explicitly supports multiple fields.The text was updated successfully, but these errors were encountered: