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
We can allow Origin to look at operations with a . in them, and check for aliases under a fully embedded tree... For example:
# In the provided aliases:{"addresses"=>{"name"=>"n"}}# Then the query could alias "name" to "n":queryable.where("addresses.name"=>"Köpenicker Landstraße")
The text was updated successfully, but these errors were encountered:
See mongoid/mongoid#2361
We can allow Origin to look at operations with a
.
in them, and check for aliases under a fully embedded tree... For example:The text was updated successfully, but these errors were encountered: