“CustomFieldsSearch”, searching MT’s custom fields

| No Comments | No TrackBacks

I’m sure that lots of Movable Type’s developers want to search within MT’s custom fields data, from the published website’s page.

If we can do it, we can use MT like a web application framework.

Now, you can do it, with “CustomFieldsSearch” plugin.

CustomFieldsSearch” had been developed by Taku Amano about one and half years ago, and now a lot of MT developers use it.

Taku is an author of “ToI information”, and an developer of “CKEditor” for Movable Type 5.

With this plugin, you can develop your own web application.

You can dowload the latest version of CustomFieldsSearch from Google Code.

The CustomFieldsSearch plugin also can search within entry and page data. For example,

<input type="hidden" name="CustomFieldsSearchClassType" value="entry" />

You can ignore these entry’s data, to lighten a search process, with “CustomFieldsSearchIgnore” tag.

<input type="hidden" name="CustomFieldsSearchIgnore" value="EntryTitle" />

<input type="hidden" name="CustomFieldsSearchIgnore" value="EntryBody" />

<input type="hidden" name="CustomFieldsSearchIgnore" value="EntryMore" />

<input type="hidden" name="CustomFieldsSearchIgnore" value="EntryKeywords" />

You can access to the sample site developed by Taku.

customfieldssearch-demo

Please visit the sample page and check the functions.

No TrackBacks

TrackBack URL: http://www.mt-j.info/mt/mt-tb.cgi/68

Leave a comment

About this Entry

This page contains a single entry by nick published on March 12, 2010 10:00 PM.

Creating an entry list from plural blogs, under the same category was the previous entry in this blog.

“ExpandCategoryAreaCSS” plugin, expanding a category area is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.