Implement fuzzy search #187

Merged
carla merged 10 commits from feature/162_fuzzy_search into main 2025-11-12 13:10:32 +01:00
Showing only changes of commit 5406318e8d - Show all commits

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