| Hi folks,
A couple of problems I posted to this list in the past few weeks
remain unresolved. I'd be grateful for any help.
First one - I'm building my collection on a Windows machine, then
copy the collect directory over to a UNIX box where it's served. On
the About page for this collection, on either machine (contrary to my
previous post, where I thought it worked on Windows), I see this:
Search for _idx_ that contain some/all of the words
And no fields to search on the various fields, as set in my config file.
So two problems: the fielded search form doesn't appear, and the
mysterious _idx_ is in the above line.
Again, this problem is happening on both Windows and UNIX, so
apparently not an "endian" problem - in any event I'm building it and
viewing it on Windows, then copying the files to the UNIX box. Same
problem on both. My config file is:
creatorjfjweb@jewsforjesus.org
maintainerjfjweb@jewsforjesus.org
publictrue
searchtypeform plain
#indexesdocument:text document:dc.Creator document:dc.Title
document:dc.Missionary document:dc.Organization document:dc.Subject
document:dc.Language
indexestext dc.Creator dc.Title dc.Missionary
dc.Organization dc.Subject dc.Language dc.Format
levelsdocument
#defaultindexdocument:text
pluginImagePlug -thumbnailsize 100 -process_exp
(?i)(.jpe?g|.gif|.png|.bmp|.xbm|.tif?f)$ -cover_image
-thumbnailtype gif
pluginZIPPlug
pluginGAPlug
pluginTEXTPlug
pluginHTMLPlug
pluginEMAILPlug
pluginWordPlug -convert_to html
pluginPDFPlug
pluginRTFPlug
pluginPSPlug
pluginArcPlug
pluginRecPlug -use_metadata_files
classifyAZList -metadata dc.Title -buttonname Title
classifyAZCompactList -metadata dc.Creator -sort dc.Title
-mingroup 1 -allvalues -buttonname Creator
classifyAZCompactList -metadata dc.Missionary -sort dc.Title
-mingroup 1 -allvalues -buttonname Missionary
classifyAZCompactList -metadata dc.Organization -sort
dc.Title -mingroup 1 -allvalues -buttonname Organization
classifyDateList -metadata dc.Date -sort dc.Title
classifyHierarchy -metadata dc.Subject -sort "Metadata
element specified with -metadata." -buttonname Subject -hfile
dc.Subject.txt
classifyAZCompactList -metadata dc.Language -sort dc.Title
-mingroup 1 -allvalues -buttonname Language
classifyAZCompactList -metadata dc.Format -sort dc.Title
-mingroup 1 -allvalues -buttonname Format
format DateList "<td>[link][icon][/link]</td>
<td>[highlight]{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}[/highlight]</td>
<td>[ex.Date]</td>"
format VList "<td valign=top>[link][icon][/link]</td>
<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
<td valign=top>[highlight]
{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
format HList
"[link][highlight]{Or}{[dls.Title],[dc.Title],[dc.Creator],[dc.Date],[ex.Title],Untitled}[/highlight][/link]"
format CL3VList "<td valign=top>[link][icon][/link]</td>
<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
<td valign=top>[highlight]
{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
format DocumentImages false
format CL1VList "<td valign=top>[link][icon][/link]</td>
<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
<td valign=top><i>
{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}</i> / [dc.Creator].
[dc.Place], [dc.Publisher], [dc.Date].</td>"
format DocumentButtons ""
format DocumentHeading ""
format CL2VList "<td valign=top>[link][icon][/link]</td>
<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
<td valign=top>[highlight]
{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
[/highlight]{If}{[dc.Creator], / [dc.Creator].} {If}{[dc.Place],
[dc.Place]} {If}{[dc.Publisher],, [dc.Publisher]}
{If}{[dc.Date],:[dc.Date].}
</td>"
collectionmetacollectionname [l=en] "Digital Jewish Missions History Project"
collectionmetacollectionextra [l=en] "This collection consists of
(mostly) primary source documents from the history of missions to the
Jewish people.
All material here, to the best of our knowledge, is in the public
domain. Exceptions are for copyrighted materials for which permission
has been given to post here (and notice of such permission will be
posted in such cases). "
collectionmeta.document:text [l=en] "text"
collectionmeta.document:dc.Creator [l=en] "Author"
collectionmeta.document:dc.Title [l=en] "Title"
collectionmeta.document:dc.Missionary [l=en] "People"
collectionmeta.document:dc.Organization [l=en] "Organization"
collectionmeta.document:dc.Subject [l=en] "Subject"
collectionmeta.document:dc.Language [l=en] "Language"
collectionmeta.text [l=en] "Full text"
collectionmeta.dc.Creator [l=en] "Author"
collectionmeta.dc.Title [l=en] "Title"
collectionmeta.dc.Missionary [l=en] "Missionary"
collectionmeta.dc.Organization [l=en] "Organization"
collectionmeta.dc.Subject [l=en] "Subject"
collectionmeta.dc.Language [l=en] "Language"
collectionmeta.dc.Resource [l=en] "Type"
collectionmeta.dc.Format [l=en] "Format" |