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 GQL syntax takes a limit param - and we've called the resulting parameter a min_threshold in the Metric class. But in reality it seems to be a resulting object limit, as used in query.
If this is correct, maybe we could overload the Metrics.text class to take a limit parameter.
And maybe if someone uses min_occurrences it could be shown as deprecated?
If confirmed, the docs also need to be edited accordingly.
The text was updated successfully, but these errors were encountered:
The GQL syntax takes a
limit
param - and we've called the resulting parameter amin_threshold
in theMetric
class. But in reality it seems to be a resulting object limit, as used in query.Example use:
Response:
If this is correct, maybe we could overload the Metrics.text class to take a
limit
parameter.And maybe if someone uses min_occurrences it could be shown as deprecated?
If confirmed, the docs also need to be edited accordingly.
The text was updated successfully, but these errors were encountered: