<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Jellyfin.Server.Implementations/Item/OrderMapper.cs, branch v12.0-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v12.0-rc2</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v12.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2026-05-08T18:34:36Z</updated>
<entry>
<title>Use SortName when sorting by name</title>
<updated>2026-05-08T18:34:36Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-05-08T18:34:36Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e9cad048e91abe93ec2ab14dd827c68bdcbac7f1'/>
<id>urn:sha1:e9cad048e91abe93ec2ab14dd827c68bdcbac7f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary materializations</title>
<updated>2026-04-26T16:53:06Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-04-26T15:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=fc866a64e063c9f04df3fab9a00846501c8d2b13'/>
<id>urn:sha1:fc866a64e063c9f04df3fab9a00846501c8d2b13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix OrderMapper</title>
<updated>2026-03-05T18:43:32Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-03-05T18:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=59c360aea7d5e2e07118d5ab1ebe6cdd8b3dd0f1'/>
<id>urn:sha1:59c360aea7d5e2e07118d5ab1ebe6cdd8b3dd0f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize SeriesDatePlayed ordering</title>
<updated>2026-02-23T22:44:15Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-02-23T22:44:15Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=61ff36d761445db6b26f1a92147e3663bdf857a1'/>
<id>urn:sha1:61ff36d761445db6b26f1a92147e3663bdf857a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix orderBy warnings</title>
<updated>2026-02-01T11:22:27Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-02-01T11:22:27Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=042385599f3c6ec703fdde8387a19e680c53cca9'/>
<id>urn:sha1:042385599f3c6ec703fdde8387a19e680c53cca9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add early tag check exit and enhance search ordering</title>
<updated>2026-01-18T18:46:37Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-01-17T13:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1491494bcb8764e48133123226a8e025c5357474'/>
<id>urn:sha1:1491494bcb8764e48133123226a8e025c5357474</id>
<content type='text'>
- BaseItem: Skip GetInheritedTags() call for users without tag
  restrictions, improving visibility check performance
- BaseItem: Only fetch parents once in visibility chec
- OrderMapper: Include OriginalTitle in search relevance scoring
  for better matching of foreign content
</content>
</entry>
<entry>
<title>Backport pull request #15983 from jellyfin/release-10.11.z</title>
<updated>2026-01-18T16:30:41Z</updated>
<author>
<name>Shadowghost</name>
<email>Shadowghost@users.noreply.github.com</email>
</author>
<published>2026-01-18T16:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c4ffc357a3d3658526f6fd879364145333eea6b0'/>
<id>urn:sha1:c4ffc357a3d3658526f6fd879364145333eea6b0</id>
<content type='text'>
Prioritize better matches on search

Original-merge: a518160a6ff471541b7daae6d54c8b896bb1f2e6

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Backport pull request #15413 from jellyfin/release-10.11.z</title>
<updated>2025-11-17T19:08:55Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-11-17T19:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=74c9629372b9347f9e53fcb549488d2df4c969b9'/>
<id>urn:sha1:74c9629372b9347f9e53fcb549488d2df4c969b9</id>
<content type='text'>
Fixed missing sort argument

Original-merge: 91c3b1617e06283c88f36bc63046b99c993cb774

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Use CleanName for sorting case insensitive</title>
<updated>2025-05-22T14:32:40Z</updated>
<author>
<name>Max</name>
<email>no@example.com</email>
</author>
<published>2025-05-22T14:32:40Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=8cb077402fdeb48f7f630a1b606df31149ff56a3'/>
<id>urn:sha1:8cb077402fdeb48f7f630a1b606df31149ff56a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make name sorting case insensitive</title>
<updated>2025-05-21T15:18:34Z</updated>
<author>
<name>Max</name>
<email>no@example.com</email>
</author>
<published>2025-05-21T15:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=709d0bb231a15a583f0dfe2e2f470815658c17cd'/>
<id>urn:sha1:709d0bb231a15a583f0dfe2e2f470815658c17cd</id>
<content type='text'>
</content>
</entry>
</feed>
