Garyuten / Astro-baserCMS5

baserCMS5 API supports Astro as headless CMS
MIT License
0 stars 0 forks source link

サイト内検索 #3

Open Garyuten opened 8 months ago

Garyuten commented 8 months ago

サイト内検索の処理を実装する 処理の流れはGetで検索クエリをリクエストして、検索結果としてJSON受け取り

GET /baser/api/bc-search-index/search_indexes.json

クエリパラメーター

パラメーター名 内容
q 文字列 検索キーワード
s 数値 サイトID
c 数値 コンテンツID
f 数値 フォルダーID
cf 数値 コンテンツフィルダーID
type 文字列 コンテンツタイプ
m 文字列 モデル名(エンティティ名)
priority 文字列 優先度

公式API

検索インデックス 検索インデックス一覧の取得

Garyuten commented 8 months ago

※baserCMS5.0.7には検索結果が正しく検索されない不具合がある模様、フォーラムの回答待ち https://forum.basercms.net/t/topic/1187