[サイト内検索] 隠しページ(ページ管理>メニュー非表示のページ)は検索に含めない設定を追加#2386
Open
akagane99 wants to merge 9 commits intoopensource-workshop:masterfrom
Open
[サイト内検索] 隠しページ(ページ管理>メニュー非表示のページ)は検索に含めない設定を追加#2386akagane99 wants to merge 9 commits intoopensource-workshop:masterfrom
akagane99 wants to merge 9 commits intoopensource-workshop:masterfrom
Conversation
masaton0216
requested changes
Mar 25, 2026
Contributor
masaton0216
left a comment
There was a problem hiding this comment.
ご対応ありがとうございます。
下記、ご確認お願いいたします。
- パフォーマンス観点で2つ
- enum化の検討依頼1つ
- スペース続きの軽微な修正1つ
Contributor
Author
|
@masaton0216 さん |
masaton0216
requested changes
Apr 10, 2026
Contributor
masaton0216
left a comment
There was a problem hiding this comment.
ご対応ありがとうございます。
私のミスリーディングで二度手間になってしまいすいません。
追加したenumクラスの部分で4カ所、他と合わせて欲しい箇所があります。
| * @category サイト内検索 | ||
| * @package Enums | ||
| */ | ||
| class SearchsFrameSelect extends EnumsBase |
Contributor
There was a problem hiding this comment.
既存のenumは「final class ~~」となっているので揃えておきましょう。
| * @category サイト内検索 | ||
| * @package Enums | ||
| */ | ||
| class SearchsPageSelect extends EnumsBase |
Contributor
There was a problem hiding this comment.
既存のenumは「final class ~~」となっているので揃えておきましょう。
Comment on lines
+18
to
+20
| const ALL_FRAMES = 0; | ||
| /** 選択したものだけ表示する */ | ||
| const SELECTED_ONLY = 1; |
Contributor
There was a problem hiding this comment.
すいません、サンプル提示したものが大文字で提示したのでミスリーディングしてしまいました。
既存のenumクラス見ると、定数名は小文字が大半なので、ここも揃えておいて頂けると助かります。
Comment on lines
+18
to
+20
| const ALL_PAGES = 0; | ||
| /** ページ管理のメニュー表示条件に従う */ | ||
| const MENU_VISIBLE_ONLY = 1; |
Contributor
There was a problem hiding this comment.
すいません、サンプル提示したものが大文字で提示したのでミスリーディングしてしまいました。
既存のenumクラス見ると、定数名は小文字が大半なので、ここも揃えておいて頂けると助かります。
This file contains hidden or 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
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.
概要
narrow_down_labelは既に削除済みカラムだったため、$fillableから消しました。修正後画面
サイト内検索>設定変更(新規作成)
レビュー完了希望日
急ぎません
関連Pull requests/Issues
なし
参考
なし
DB変更の有無
あり
チェックリスト