-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance: あいまい検索無効時にワイルドカードを利用可能に #564
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
あいまい検索を無効にすると完全一致クエリになるため
이 PR에 의한 api.json 차이 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #564 +/- ##
============================================
+ Coverage 19.85% 59.90% +40.04%
============================================
Files 797 895 +98
Lines 123278 106667 -16611
Branches 1041 2831 +1790
============================================
+ Hits 24483 63897 +39414
+ Misses 98190 42750 -55440
+ Partials 605 20 -585 ☔ View full report in Codecov by Sentry. |
関係無さそうな所でテスト落ちてるのなんだこれ |
kozakura913
approved these changes
Dec 8, 2024
マージ遅れてるから次に回す |
Merged
kozakura913
added a commit
to kozakura913/yojo-art
that referenced
this pull request
Feb 11, 2025
* moderatorInactivityLimitDaysの型修正 * 翻訳機能テストのエラーコードを実態に合わせる * WWW-Authenticateのテスト、Misskey->CherryPick * ファイル付きTLテスト:タイムアウト時間を延長 * fix:非アクティブな通報通知はWebhook送信から除外される * 絵文字をシステムユーザーとして再アップロードする機能の修正 * 使用されなくなった型定義の削除 * 存在しない変数を参照している問題の修正 * 到達不能コードの削除 * APNG画像のテスト修正 * 型の変更 * unitテスト修正
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
タイトル通り
Why
あいまい検索を無効にするとタグもしくは本文の完全一致になってしまうため
Additional info (optional)
Checklist