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
** (FunctionClauseError) no function clause matching in anonymous fn/1 in Mongo.Ecto.NormalizedQuery.order/2
The following arguments were given to anonymous fn/1 in Mongo.Ecto.NormalizedQuery.order/2:
# 1
%Ecto.Query.ByExpr{
expr: [asc: {{:., [], [{:&, [], [0]}, :id]}, [], []}],
file: "iex",
line: 17,
params: nil,
subqueries: []
}
(mongodb_ecto 2.0.0-rc.2) lib/mongo_ecto/normalized_query.ex:772: anonymous fn/1 in Mongo.Ecto.NormalizedQuery.order/2
It seems the name of the Struct was changed from Query.QueryExpr to Query.ByExpr.
The text was updated successfully, but these errors were encountered:
Using ecto 3.12.5, attempting to sort the result of a query with the following query pipeline
results in the error
It seems the name of the Struct was changed from
Query.QueryExpr
toQuery.ByExpr
.The text was updated successfully, but these errors were encountered: