Materializing [マテリアライジング]

About Home

検索機能オプションを拡張する

arata (2006年9月 4日 22:16)

通常の検索フォームを拡張させて、より使い易いものに変更してみます。

検索エンジンは、単純なキーワード検索と新規コメント検索の2種類をサポートします。

検索機能変更例

●プルダウンボックス
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<input name="search" class="search" size="18" value="" /><br />
<input class="searchButton" type="submit" value="検索" />
<select name="SearchElement" class="select">
<option value="entries" selected="selected">エントリー</option>
<option value="comments">コメント</option>
<option value="both">両方</option>
</select>
</form>
●チェックボックス
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<input name="search" class="search" size="12" value="" />
<input class="searchButton" type="submit" value="検索" /><br />
<input type="radio" name="SearchElement" value="entries" />エントリー
<input type="radio" name="SearchElement" value="comments" />コメント
<input type="radio" name="SearchElement" value="both" />両方<br />
</form>

検索設定項目

2行目:検索対象となるブログを指定しています。

参考記事:
小粋空間: 検索オプションをつける [小粋空間]
Movable Type 3.2 マニュアル - サイト全体の検索 [Six Apart]

2006/11/03 21:14:18:記事書き直し
2007/01/31 22:51:39:記事書き直し

Materializing [マテリアライジング]

Materializing [マテリアライジング]

About Back

トラックバック(0)

トラックバックURL: http://www.materializing.net/weblog/mt-tb-270808.cgi/58

Materializing [マテリアライジング]

About This Site

基本的には自分のためのNoteって感じでゆるく運営中。
紹介している情報(サイトやWeb制作、CMS解説など)は、どちらかというと初心者向けです。
このサイト自体をWebに関する実験場として、Webの楽しいところや難しいところなど、伝え遺して行けたらなーと思ってます。


Name
新(arata)
Hobby
Driving,PC,Listening Music
Handling
Webサイト(CMS),Programming(PHP,Java),Webグラフィック
Profile Page URL
http://iddy.jp/profile/materializing/
Twitter
Twitter/arata
Other Info
My Profile by iddy

Create with jQuery, jQTouch.


CLOSE