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
See my Pull Request to see a test that demonstrates the problem.
I modified the schema definition thus
defmodule Dlex.User do
use Dlex.Node
schema "user" do
field :name, :string, index: ["term"]
field :age, :integer
field :friends, :uid
field :location, Dlex.Geo
field :modified, :datetime
field :cache, :any, virtual: true
end
end
See my Pull Request to see a test that demonstrates the problem.
I modified the schema definition thus
The text was updated successfully, but these errors were encountered: