fix: updated fuzzy search after merge with sorting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2025-10-30 17:16:23 +01:00
parent 5e51f99797
commit 3481b9dadf
3 changed files with 31 additions and 1 deletions

View file

@ -138,6 +138,7 @@ defmodule Mv.Membership.Member do
contains(postal_code, ^q2) or
contains(house_number, ^q2) or
contains(phone_number, ^q2) or
contains(city, ^q2) or ilike(city, ^pat) or
fragment("? % first_name", ^q2) or
fragment("? % last_name", ^q2) or
fragment("? % street", ^q2) or