Uni Ecto Plugin [top] →
Ecto works best on layers with an alpha channel, such as PNG logos or text.
end
Get the Universe installer (available for Windows or macOS). uni ecto plugin
If you are building data-heavy add-ons or automations, this plugin cuts down development time significantly. Ecto works best on layers with an alpha
def autocomplete(conn, %"term" => term) do suggestions = Blog.search_posts(term, []) |> Enum.take(5) |> Enum.map(&%title: &1.title, id: &1.id) term) do suggestions = Blog.search_posts(term
alias MyApp.Blog alias MyApp.Blog.Post