<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology on Information</title>
	<atom:link href="http://tec.toi-planning.net/en/mt/customfieldssearch/manual/feed" rel="self" type="application/rss+xml" />
	<link>http://tec.toi-planning.net/en</link>
	<description>ToI Planning’s technical article</description>
	<lastBuildDate>Sat, 27 Feb 2010 09:13:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manual page of CustomFieldsSearch</title>
		<link>http://tec.toi-planning.net/en/mt/customfieldssearch/manual</link>
		<comments>http://tec.toi-planning.net/en/mt/customfieldssearch/manual#comments</comments>
		<pubDate>Tue, 23 Sep 2008 14:10:18 +0000</pubDate>
		<dc:creator>taku</dc:creator>
				<category><![CDATA[CustomFieldsSearch]]></category>

		<guid isPermaLink="false">http://tec.toi-planning.net/en/uncategorized/customfieldssearch-%e3%81%ae%e4%bd%bf%e3%81%84%e6%96%b9</guid>
		<description><![CDATA[

search
Search word
&#60;input name=&#34;search&#34; /&#62;



includeBlogs
blogs
&#60;input type=&#34;hidden&#34; name=&#34;IncludeBlogs&#34; value=&#34;&#60;$mt:BlogID$&#62;&#34; /&#62;



CustomFieldsSearch
Enable to search by Custom Fields value.
&#60;!-- requiring this settings. --&#62;
&#60;input type=&#34;hidden&#34; name=&#34;CustomFieldsSearch&#34; value=&#34;1&#34; /&#62;



CustomFieldsSearchClassType
Specify object type
Effective value


entry
Search of Entry.
page
Search of Page.

&#60;input type=&#34;hidden&#34; name=&#34;CustomFieldsSearchClassType&#34; value=&#34;entry&#34; /&#62;



CustomFieldsSearchIgnore
When the column that is not the custom fields is disregarded, it specifies it.(tag name)
Effective value


EntryTitle
TITLE
EntryBody
BODY
EntryMore
BORE
EntryKeywords
KEYWORDS

&#60;input type=&#34;hidden&#34; name=&#34;CustomFieldsSearchIgnore&#34; value=&#34;EntryTitle&#34; /&#62;
&#60;input type=&#34;hidden&#34; name=&#34;CustomFieldsSearchIgnore&#34; value=&#34;EntryBody&#34; [...]]]></description>
			<content:encoded><![CDATA[<div class="params">
<div class="param">
<h3>search</h3>
<h4>Search word</h4>
<pre><code
>&lt;input name=&quot;search&quot; /&gt;
</code></pre>
</div>
<div class="param">
<h3>includeBlogs</h3>
<h4>blogs</h4>
<pre><code
>&lt;input type=&quot;hidden&quot; name=&quot;IncludeBlogs&quot; value=&quot;&lt;$mt:BlogID$&gt;&quot; /&gt;
</code></pre>
</div>
<div class="param">
<h3>CustomFieldsSearch</h3>
<h4>Enable to search by Custom Fields value.</h4>
<pre><code
>&lt;!-- requiring this settings. --&gt;
&lt;input type=&quot;hidden&quot; name=&quot;CustomFieldsSearch&quot; value=&quot;1&quot; /&gt;
</code></pre>
</div>
<div class="param">
<h3>CustomFieldsSearchClassType</h3>
<h4>Specify object type</h4>
<h5 class="values">Effective value</h5>
<hr/>
<dl>
<dt>entry</dt>
<dd>Search of Entry.</dd>
<dt>page</dt>
<dd>Search of Page.</dd>
</dl>
<pre><code
>&lt;input type=&quot;hidden&quot; name=&quot;CustomFieldsSearchClassType&quot; value=&quot;entry&quot; /&gt;
</code></pre>
</div>
<div class="param">
<h3>CustomFieldsSearchIgnore</h3>
<h4>When the column that is not the custom fields is disregarded, it specifies it.(tag name)</h4>
<h5 class="values">Effective value</h5>
<hr/>
<dl>
<dt>EntryTitle</dt>
<dd>TITLE</dd>
<dt>EntryBody</dt>
<dd>BODY</dd>
<dt>EntryMore</dt>
<dd>BORE</dd>
<dt>EntryKeywords</dt>
<dd>KEYWORDS</dd>
</dl>
<pre><code
>&lt;input type=&quot;hidden&quot; name=&quot;CustomFieldsSearchIgnore&quot; value=&quot;EntryTitle&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;CustomFieldsSearchIgnore&quot; value=&quot;EntryBody&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;CustomFieldsSearchIgnore&quot; value=&quot;EntryMore&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;CustomFieldsSearchIgnore&quot; value=&quot;EntryKeywords&quot; /&gt;
</code></pre>
</div>
<div class="param">
<h3>CustomFieldsSearchField</h3>
<h4>The column made the key to the search is specified. (tag name)</h4>
<p>
The setting of CustomFieldsSearchField is given to priority when the same column as both CustomFieldsSearchIgnore and CustomFieldsSearchField is specified.
</p>
<h5 class="values">Effective value</h5>
<hr/>
<dl>
<dt>EntryTitle</dt>
<dd>TITLE</dd>
<dt>EntryBody</dt>
<dd>BODY</dd>
<dt>EntryMore</dt>
<dd>MORE</dd>
<dt>EntryKeywords</dt>
<dd>KEYWORDS</dd>
<dt>Tag name of field added in Custom Fields</dt>
<dd>Field added in Custom Fields</dd>
</dl>
<pre><code
>&lt;input type=&quot;checkbox&quot; id=&quot;CustomFieldsSearchField_title&quot; name=&quot;CustomFieldsSearchField&quot; value=&quot;EntryTitle&quot; /&gt;&lt;label for=&quot;CustomFieldsSearchField_title&quot;&gt;: Title&lt;/label&gt;
&lt;input type=&quot;checkbox&quot; id=&quot;CustomFieldsSearchField_booken_price&quot; name=&quot;CustomFieldsSearchField&quot; value=&quot;booken_price&quot; /&gt;&lt;label for=&quot;CustomFieldsSearchField_booken_price&quot;&gt;: Price&lt;/label&gt;
</code></pre>
</div>
<div class="param">
<h3>CustomFieldsSearchFieldLike</h3>
<h3>CustomFieldsSearchFieldIn</h3>
<h3>CustomFieldsSearchFieldEquals</h3>
<h4>It narrows it by specified key and value. (tag name + condition)</h4>
<pre><code
>&lt;select name=&quot;CustomFieldsSearchFieldLike&quot;&gt;
    &lt;option value=&quot;&quot;&gt;-- any publishers --&lt;/option&gt;
    &lt;option value=&quot;booken_pub:O'Reilly&quot;&gt;O'Reilly&lt;/option&gt;
    &lt;option value=&quot;booken_pub:Pragmatic Bookshelf&quot;&gt;Pragmatic Bookshelf&lt;/option&gt;
    &lt;option value=&quot;booken_pub:Wiley&quot;&gt;Wiley&lt;/option&gt;
    &lt;option value=&quot;booken_pub:Apress&quot;&gt;Apress&lt;/option&gt;
&lt;/select&gt;
</code></pre>
<pre><code
>&lt;input type=&quot;checkbox&quot; id=&quot;CustomFieldsSearchFieldIn_booken_year_2006&quot; name=&quot;CustomFieldsSearchFieldIn&quot; value=&quot;booken_year:2006&quot; /&gt;&lt;label for=&quot;CustomFieldsSearchFieldIn_booken_year_2006&quot;&gt;: 2006&lt;/label&gt;
&lt;input type=&quot;checkbox&quot; id=&quot;CustomFieldsSearchFieldIn_booken_year_2007&quot; name=&quot;CustomFieldsSearchFieldIn&quot; value=&quot;booken_year:2007&quot; /&gt;&lt;label for=&quot;CustomFieldsSearchFieldIn_booken_year_2007&quot;&gt;: 2007&lt;/label&gt;
&lt;input type=&quot;checkbox&quot; id=&quot;CustomFieldsSearchFieldIn_booken_year_2008&quot; name=&quot;CustomFieldsSearchFieldIn&quot; value=&quot;booken_year:2008&quot; /&gt;&lt;label for=&quot;CustomFieldsSearchFieldIn_booken_year_2008&quot;&gt;: 2008&lt;/label&gt;
</code></pre>
</div>
<div class="param">
<h3>CustomFieldsSearchLucky</h3>
<h4>&#8220;I&#8217;m Feeling Lucky&#8221; function is offered. (Move directly to the first entry. )</h4>
<pre><code
>&lt;input type=&quot;submit&quot; name=&quot;CustomFieldsSearchLucky&quot; value=&quot;I'm Feeling Lucky&quot; /&gt;
</code></pre>
</div>
<div class="param">
<h3>CustomFieldsSearchLuckyArchiveType</h3>
<h4>The archive type when &#8220;I&#8217;m Feeling Lucky&#8221; function is used is specified.</h4>
<h5 class="values">Effective value</h5>
<hr/>
Same as <a href="http://www.movabletype.jp/documentation/appendices/tags/entrypermalink.html">EntryPermalink</a>.</p>
<pre><code
>&lt;input type=&quot;hidden&quot; name=&quot;CustomFieldsSearchLuckyArchiveType&quot; value=&quot;Individual&quot; /&gt;
</code></pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tec.toi-planning.net/en/mt/customfieldssearch/manual/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
