Skip to content

fix(server): people search not showing for 3 or less characters#27629

Merged
zackpollard merged 3 commits intomainfrom
fix/people-search-filter
Apr 9, 2026
Merged

fix(server): people search not showing for 3 or less characters#27629
zackpollard merged 3 commits intomainfrom
fix/people-search-filter

Conversation

@zackpollard
Copy link
Copy Markdown
Member

@zackpollard zackpollard commented Apr 8, 2026

Fixes #27598

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

Preview environment has been removed.

@alextran1502 alextran1502 marked this pull request as ready for review April 8, 2026 20:58
switch from strict word similarity (%>>) to word similarity (%>) which
has a lower default threshold and works better for short search queries

Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
@zackpollard zackpollard force-pushed the fix/people-search-filter branch from 2df7cf6 to 4bb6f0d Compare April 8, 2026 23:17
@zackpollard zackpollard changed the title fix(server): fall back to prefix matching for short person name searches fix(server): use word similarity for person name search and lower threshold Apr 9, 2026
@zackpollard zackpollard changed the title fix(server): use word similarity for person name search and lower threshold fix(server): people search not showing for 3 or less characters Apr 9, 2026
@zackpollard zackpollard merged commit 8d67c1f into main Apr 9, 2026
63 checks passed
@zackpollard zackpollard deleted the fix/people-search-filter branch April 9, 2026 00:56
eleboucher pushed a commit to eleboucher/homelab that referenced this pull request Apr 10, 2026
…3) (#128)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [immich-app/immich](https://github.com/immich-app/immich) | patch | `v2.7.2` → `v2.7.3` |

---

### Release Notes

<details>
<summary>immich-app/immich (immich-app/immich)</summary>

### [`v2.7.3`](https://github.com/immich-app/immich/releases/tag/v2.7.3)

[Compare Source](immich-app/immich@v2.7.2...v2.7.3)

### v2.7.3

#### What's Changed

##### 🐛 Bug fixes

- fix(server): avoid false restore failures on large database imports by [@&#8203;ErasmusAndre](https://github.com/ErasmusAndre) in [#&#8203;27420](immich-app/immich#27420)
- fix(mobile): improve image load cancellation handling by [@&#8203;LeLunZ](https://github.com/LeLunZ) in [#&#8203;27624](immich-app/immich#27624)
- fix(server): people search not showing for 3 or less characters by [@&#8203;zackpollard](https://github.com/zackpollard) in [#&#8203;27629](immich-app/immich#27629)
- fix(web): don't cache empty search results for people search by [@&#8203;zackpollard](https://github.com/zackpollard) in [#&#8203;27632](immich-app/immich#27632)
- fix(mobile): get provider refs before async gaps in backup page by [@&#8203;LeLunZ](https://github.com/LeLunZ) in [#&#8203;27597](immich-app/immich#27597)
- fix: ssr open graph tags by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;27639](immich-app/immich#27639)

##### 📚 Documentation

- fix(docs): updated docker deprecation link  by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;27633](immich-app/immich#27633)

#### New Contributors

- [@&#8203;fluffy](https://github.com/fluffy) made their first contribution in [#&#8203;27606](immich-app/immich#27606)
- [@&#8203;ErasmusAndre](https://github.com/ErasmusAndre) made their first contribution in [#&#8203;27420](immich-app/immich#27420)

**Full Changelog**: <immich-app/immich@v2.7.2...v2.7.3>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/homelab/pulls/128
Co-authored-by: bot-owl <bot@erwanleboucher.dev>
Co-committed-by: bot-owl <bot@erwanleboucher.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filtering/Searching at /people does not work

4 participants