diff --git a/lib/WebGUI/i18n/English/IndexedSearch.pm b/lib/WebGUI/i18n/English/IndexedSearch.pm index 4820846bc..b4a20a215 100644 --- a/lib/WebGUI/i18n/English/IndexedSearch.pm +++ b/lib/WebGUI/i18n/English/IndexedSearch.pm @@ -69,23 +69,29 @@ our $I18N = { '27' => { message => q|

The Search adds advanced search capabilities to your WebGUI site.

-

Index to use
The Search uses an index to retrieve it's +

Index to use
+The Search uses an index to retrieve it's results from. Indexes are created with the scheduler. You can create more then one index. Choose here which index to use.

-

Search through
By default all pages are searched. You can +

Search through
+By default all pages are searched. You can limit the search to certain page roots. Multiple choices are allowed.

-

Only results created by
You can limit the results to +

Only results created by
+You can limit the results to items created by certain users. By default items from any user are returned.

-

Only results in namespace
By default all namespaces are +

Only results in namespace
+By default all namespaces are searched. You can limit the search to certain namespaces. An example of usage is to search only in products.

-

Only results in language
If you have a multi-lingual +

Only results in language
+If you have a multi-lingual site, you can use this option to limit the search results to a certain language.

-

Only results of type
You can limit the search to certain +

Only results of type
+You can limit the search to certain types of content.

-

Discussion: Messages on the forums, discussions on -articles or USS.
Help: Content in the online WebGUI help +

Discussion: Messages on the forums, discussions on +articles or USS.
Help: Content in the online WebGUI help system
Page: Page title and synopsis
Profile: User Profiles
Wobject: Wobject Title and Description
Wobject details: All other wobject data. For example @@ -102,8 +108,8 @@ no preview.

Highlight results ?
If you want to highlight the search results in the preview you'll want to check this box.

Highlight color n
The colors that are -used to highlight the corresponding words in the query. 

|, - lastUpdated => 1090580644 +used to highlight the corresponding words in the query.

|, + lastUpdated => 1101773588 }, '25' => { @@ -119,56 +125,59 @@ used to highlight the corresponding words in the query. 

|, '28' => { message => q|

This is the list of template variables available for -search templates:

-

query
Contains the value of the query form +search templates:

+

query
+Contains the value of the query form variable.
The allWords, atLeastOne, exactPhrase and without values are appended to this variable.

-

queryHighlighted
Same as query but -highlighted.

-

allWords
Contains the value of the allWords form -variable.

-

atLeastOne
Contains the value of the atLeastOne -form variable.

-

exactPhrase
Contains the value of the -exactPhrase form variable.

-

without
Contains the value of the without form -variable.

-

duration
The duration of the search process in seconds. -

-

numberOfResults
The number of results.

-

startNr
The number of the first search result on the -page.

-

endNr
The number of the last search result on the -page.

-

submit
A form button with the word "Search" printed on -it.

-

wid
The wobject Id of this wobject.

-

resultsLoop
A loop containing the search results. Inside -the loop the following template variables are available:

+

queryHighlighted
+Same as query but highlighted.

+

allWords
+Contains the value of the allWords form variable.

+

atLeastOne
+Contains the value of the atLeastOne form variable.

+

exactPhrase
+Contains the value of the exactPhrase form variable.

+

without
+Contains the value of the without form variable.

+

duration
+The duration of the search process in seconds.

+

numberOfResults
+The number of results.

+

startNr
+The number of the first search result on the page.

+

endNr
+The number of the last search result on the page.

+

submit
+A form button with the word "Search" printed on it.

+

wid
+The wobject Id of this wobject.

+

resultsLoop
+A loop containing the search results. Inside the loop the following template variables are available:

-

username
The username of the person that created this -search result.

-

ownerId
The Id of the person that created this search -result.

-

userProfile
An url to the profile of the creator of this -search result.

-

header
The title of the search result. (This can be the +

username
+The username of the person that created this search result.

+

ownerId
+The Id of the person that created this search result.

+

userProfile
+An url to the profile of the creator of this search result.

+

header
The title of the search result. (This can be the subject of a message, the question of a FAQ, the title of an Article, etc)

-

body
A preview of the content of the search result.

-

namespace
The namespace in which this search result +

body
A preview of the content of the search result.

+

namespace
The namespace in which this search result resides.

-

location
The URL of this search result.

-

crumbtrail
A crumbtrail to this search result.

-

contentType
The type of this search +

location
The URL of this search result.

+

crumbtrail
A crumbtrail to this search result.

+

contentType
The type of this search result.

The loops contentTypes, contentTypesSimple, languages, -namespaces and users all look the same. +namespaces and users all look the same. They can be used to create a select list, radio list or check list so users can refine their search.

-

This tempate variables are available inside the loops:

+

This template variables are available inside the loops:

-

name
The (possibly internationalized) name of the +

name
The (possibly internationalized) name of the option.

value
The value of the option.

selected
A conditional indicating whether this option is selected or not.

@@ -180,8 +189,10 @@ this option is selected or not.

value
The value you should pass as a form param.

checked
True if this pageroot is selected.

-

rootPage.urlizedTitle.id
This is a direct link to the value property of the rootpage identified with urlizedTitle that is also given by the value property of the searchRoots loop.

-

rootPage.urlizedTitle.checked
This is a direct link to the checked property of the rootpage identified with urlizedTitle that is also given by the checked property of the searchRoots loop.

+

rootPage.urlizedTitle.id
+This is a direct link to the value property of the rootpage identified with urlizedTitle that is also given by the value property of the searchRoots loop.

+

rootPage.urlizedTitle.checked
+This is a direct link to the checked property of the rootpage identified with urlizedTitle that is also given by the checked property of the searchRoots loop.

firstPage
A link to the first page in the paginator.

lastPage
A link to the last page in the paginator.

nextPage
A link to the next page forward in the paginator. @@ -193,7 +204,7 @@ one page in the paginator. the first page.

isLastPage
A conditional indicating whether the visitor is viewing the last page.

|, - lastUpdated => 1090580644 + lastUpdated => 1101773812 }, '3' => {