feat(liveview): use fuzzy search in live view

This commit is contained in:
carla 2025-10-30 16:40:33 +01:00
parent f6bfeadb7b
commit 5406318e8d

View file

@ -1,7 +1,5 @@
defmodule MvWeb.MemberLive.Index do
use MvWeb, :live_view
import Ash.Expr
import Ash.Query
@impl true
def mount(_params, _session, socket) do