<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/core/SearchService.ts, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2026-01-08T02:49:12Z</updated>
<entry>
<title>enable and fix no-unused-vars and no-async-promise-executor (#17070)</title>
<updated>2026-01-08T02:49:12Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2026-01-08T02:49:12Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=666f78e676e29abd48b351c58270b3f721f03573'/>
<id>urn:sha1:666f78e676e29abd48b351c58270b3f721f03573</id>
<content type='text'>
* dev: set --no-bail for lint task

* lint: enable no-async-promise-executor lint and fix them

* lint: enable no-unused-vars with allowing _ prefix

* lint: fix semi</content>
</entry>
<entry>
<title>ノート検索のホスト指定オプションの速度改善 (#16339)</title>
<updated>2025-08-01T08:48:26Z</updated>
<author>
<name>果物リン</name>
<email>nassii74@gmail.com</email>
</author>
<published>2025-08-01T08:48:26Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=99adf12355039a1129b2042d7c33642d0c73de42'/>
<id>urn:sha1:99adf12355039a1129b2042d7c33642d0c73de42</id>
<content type='text'>
Co-authored-by: misskey-release-bot[bot] &lt;157398866+misskey-release-bot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 (#16009)</title>
<updated>2025-05-29T04:13:07Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2025-05-29T04:13:07Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=367dac4edd4e25281b2978e7d509e9a57a002bdb'/>
<id>urn:sha1:367dac4edd4e25281b2978e7d509e9a57a002bdb</id>
<content type='text'>
* chore: change 3rd parameter of generateMutedUserQueryForNotes to options

* chore: allow specifying note column for note/block query

* chore: check for mute / block for renote of note with DB query

* chore: check for mute / block for renote of note with FTT

* refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる

* docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正

* fix missing default parameter

* Update is-user-related.ts

* test: add tests for mutes

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Exclude suspended users note from most timelines (#15775)</title>
<updated>2025-05-01T08:56:24Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2025-05-01T08:56:24Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=2fcb50273d69a798c1368b05bd2de46fae2227bf'/>
<id>urn:sha1:2fcb50273d69a798c1368b05bd2de46fae2227bf</id>
<content type='text'>
* feat: exclude notes by suspended user from FTT timeline endpoint

* feat: exclude notes by suspended user from DB based timelines

* chore: fix types

* chore: fix types

* chore: fix non-reply / renote

* chore: fix non-reply / renote

* test: update test

* docs(changelog): 凍結されたユーザのノートが各種タイムラインで表示されないように

* Exclude suspended users note from featured

* fix: join user

* Update CHANGELOG.md

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Exclude blocked instance note from most timelines (#15792)</title>
<updated>2025-04-27T22:21:00Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2025-04-27T22:21:00Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ec92bf47f1ba8def29ed55997be590e3491270ab'/>
<id>urn:sha1:ec92bf47f1ba8def29ed55997be590e3491270ab</id>
<content type='text'>
* Exclude blocked instance note from most timelines

* Exclude blocked instance note from FTT timelines

* Exclude blocked instance note from featured

* fix type</content>
</entry>
<entry>
<title>refactor(backend): better method name</title>
<updated>2025-03-27T07:51:08Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-03-27T07:51:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c29a5764d3836bc05906036be20fab2eeea8b85b'/>
<id>urn:sha1:c29a5764d3836bc05906036be20fab2eeea8b85b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(backend): pgroongaでの検索時にはじめのキーワード以外が検索に使用されない問題を修正 (#15496)</title>
<updated>2025-02-15T10:26:02Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-02-15T10:26:02Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=88900492a472fef05b8171ee836c5aa1d40bef9f'/>
<id>urn:sha1:88900492a472fef05b8171ee836c5aa1d40bef9f</id>
<content type='text'>
* fix pgroona note.text query

* Update Changelog

---------

Co-authored-by: Hazelnoot &lt;acomputerdog@gmail.com&gt;</content>
</entry>
<entry>
<title>feat(backend): pgroongaに対応（configの構成変更あり） (#14978)</title>
<updated>2025-01-14T12:01:01Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2025-01-14T12:01:01Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=71cecdbcf2d46d00ff58634eafec9227f4264b08'/>
<id>urn:sha1:71cecdbcf2d46d00ff58634eafec9227f4264b08</id>
<content type='text'>
* feat(backend): pgroongaに対応（configの構成変更あり）

* fix CHANGELOG.md

* fix CHANGELOG.md

* add using provider logging

* fix CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>pg_bigmが利用できるよう、ノートの検索をILIKE演算子でなくLIKE演算子でLOWER()をかけたテキストに対して行うように (#15205)</title>
<updated>2025-01-04T06:03:00Z</updated>
<author>
<name>Yuba</name>
<email>m.takuma@gmail.com</email>
</author>
<published>2025-01-04T06:03:00Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=79b3d2a711cc659b9e6c1668b4d182906986bc50'/>
<id>urn:sha1:79b3d2a711cc659b9e6c1668b4d182906986bc50</id>
<content type='text'>
* Use LIKE-LOWER instead of ILIKE, which pg_bigm doesn't support.

* changelog: Enhance: pg_bigmが利用できるよう、ノートの検索をILIKE演算子でなくLIKE演算子でLOWER()をかけたテキストに対して行うように</content>
</entry>
<entry>
<title>(re)  update SPDX-FileCopyrightText</title>
<updated>2024-02-13T15:59:27Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c1514ce91dc08481a092a789ee37da546cdb4583'/>
<id>urn:sha1:c1514ce91dc08481a092a789ee37da546cdb4583</id>
<content type='text'>
Fix  #13290
</content>
</entry>
</feed>
