diff --git a/templates/ktcore/search2/adv_query_builder.smarty b/templates/ktcore/search2/adv_query_builder.smarty index 5fca80a..7ae92ec 100755 --- a/templates/ktcore/search2/adv_query_builder.smarty +++ b/templates/ktcore/search2/adv_query_builder.smarty @@ -766,7 +766,12 @@ function butSearchClick()
{i18n}Advanced Search{/i18n} +{capture assign=options} +Search Criteria Editor +{/capture} +{i18n arg_options=$options}The #options# may also be used to create more complex search criteria expressions.{/i18n} +

{capture assign=options}
@@ -139,11 +148,11 @@ function txtQueryChange(el)
{i18n}Grammar{/i18n} -{i18n}Expressions may be built up using the following grammar:{/i18n}
+{i18n}Criteria may be built up using the following grammar:{/i18n}
expr ::= expr {literal}{{/literal} AND | OR {literal}}{/literal} expr
expr ::= NOT expr
expr ::= (expr)
-expr ::= expr {literal}{ < | <= | = | > | >= | CONTAINS |STARTS WITH | ENDS WITH }{/literal} value
+expr ::= field {literal}{ < | <= | = | > | >= | CONTAINS |STARTS WITH | ENDS WITH }{/literal} value
expr ::= field BETWEEN value AND value
expr ::= field DOES [ NOT ] CONTAIN value
expr ::= field IS [ NOT ] LIKE value
@@ -167,12 +176,11 @@ sq.value += word + ' ';
{i18n}Fields{/i18n} -{i18n}The following fields may be used in expressions:{/i18n} +{i18n}The following fields may be used in search criteria:{/i18n} {assign var=i value=0} {foreach item=alias from=$aliases} {if (substr($alias,0,2) != '["')} {if $i>0}, {/if} - {if (($i % 8) == 0)}
{/if} {$alias} {assign var=i value=$i+1} diff --git a/templates/ktcore/search2/lucene_migration.smarty b/templates/ktcore/search2/lucene_migration.smarty index 258fdd0..2e1000b 100644 --- a/templates/ktcore/search2/lucene_migration.smarty +++ b/templates/ktcore/search2/lucene_migration.smarty @@ -1,5 +1,5 @@

-{i18n}Migration to using the new search requires text to be moved from the database full text indexes into the Lucene indexes. This may take some time depending +{i18n}Migration to using the new search requires text to be moved from the database full text indexes into the Document Indexer Service. This may take some time depending on the size of the repository. For this reason, the process is a background task.{/i18n}

diff --git a/templates/ktcore/search2/lucene_statistics.smarty b/templates/ktcore/search2/lucene_statistics.smarty index 6be2f38..1fc1c54 100644 --- a/templates/ktcore/search2/lucene_statistics.smarty +++ b/templates/ktcore/search2/lucene_statistics.smarty @@ -1,5 +1,5 @@

-{i18n}This dashlet provides some basic statistics on the Lucene index.{/i18n} +{i18n}This dashlet provides some basic statistics from the KnowledgeTree Document Indexer.{/i18n}

@@ -18,7 +18,7 @@
*{i18n}Not all documents contain text. This will explain why the indexing coverage percentage my vary.{/i18n}
*{i18n}The queue coverage indicates how many documents are in the queue in relation to the repository size.{/i18n} {if $stats.noOptimisation} -
*{i18n}To get the best performance out of Lucene, the indexes must be optimised periodically. This is managed by a background task.{/i18n} +
*{i18n}To get the best performance out of Document Indexer, the indexes must be optimised periodically. This is managed by a background task.{/i18n} {/if}