docs: update media item bruno docs with normalization info

Update Update Media Item.bru to document normalization behavior:
- Note that tags and contributors are auto-normalized (same as Create)
- Document response includes updated search fields

Relates to Tags & Contributors Migration documentation updates
This commit is contained in:
2026-02-08 11:27:39 -05:00
parent 018a576188
commit 798de7947a
6 changed files with 134 additions and 93 deletions
@@ -1,6 +1,13 @@
# Search Media Items
Search for media items by title, author, or description.
Search for media items by title, author, series, tags, or contributors.
**Note:** Search is case-insensitive and punctuation-agnostic. The search query is matched against normalized tags_search and contributors_search fields, allowing users to find matches regardless of casing or punctuation.
Examples:
- Search "acme corp" finds items with "ACME CORP." or "Acme Corp"
- Search "oreilly" finds items with "O'Reilly Media" or "OReilly Media"
- Search "science fiction" finds items with "Science-Fiction" or "science-fiction"
**Endpoint**: `GET /api/media-items/search`
**Auth**: Required